Commit ef8b655c authored by limingbo's avatar limingbo

test

parent 37018afa
......@@ -238,7 +238,7 @@ void filterByPosition(
filteredOneRet.periods.push_back(ret.at(index).periods.at(longestIndex.second));
PointCloudExport periodCloud =
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) +
".pcd", periodCloud);
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