Commit 12cd7175 authored by wangdawei's avatar wangdawei

parse test

parent a7556dac
......@@ -311,7 +311,7 @@ int Convert::loadCorrectionFile(std::string correction_content) {
if (lineId != lineCounter) {
ROS_WARN("laser id error %d %d", lineId, lineCounter);
LOG(INFO) << "line: " << line;
return -1;
continue;
}
pitchList[lineId - 1] = elev;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment