Commit ef8b655c authored by limingbo's avatar limingbo

test

parent 37018afa
...@@ -238,7 +238,7 @@ void filterByPosition( ...@@ -238,7 +238,7 @@ void filterByPosition(
filteredOneRet.periods.push_back(ret.at(index).periods.at(longestIndex.second)); filteredOneRet.periods.push_back(ret.at(index).periods.at(longestIndex.second));
PointCloudExport periodCloud = PointCloudExport periodCloud =
getCloudFromPeriod(pointClouds.at(oneRet.index), filteredOneRet.periods.back()); getCloudFromPeriod(pointClouds.at(oneRet.index), filteredOneRet.periods.back());
pcl::io::savePCDFileBinary("/tmp/" + closeTrajInfo.trajPath + pcl::io::savePCDFileBinary("/tmp/" + filteredOneRet.trajPath +
"_" + to_string(filteredOneRet.periods.back().first) + "_" + to_string(filteredOneRet.periods.back().first) +
".pcd", periodCloud); ".pcd", periodCloud);
findIndex = true; findIndex = true;
......
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