Commit ccb9f6f1 authored by limingbo's avatar limingbo

u

parent 5e941489
...@@ -177,7 +177,7 @@ vector<pair<string, vector<pair<uint64_t, uint64_t>>>> crossFilter( ...@@ -177,7 +177,7 @@ vector<pair<string, vector<pair<uint64_t, uint64_t>>>> crossFilter(
octree.addPointsFromInputCloud(); octree.addPointsFromInputCloud();
pcl::io::savePCDFileBinary("/home/juefx/" + to_string(filteredTaskInfo[0].meshId) + ".pcd", *pointClouds[0]); pcl::io::savePCDFileBinary("/home/juefx/" + to_string(filteredTaskInfo[0].meshId) + ".pcd", *pointClouds[0]);
for(size_t pcIndex = 1; pcIndex < pointClouds.size(); pcIndex++){ for(size_t pcIndex = 1; pcIndex < pointClouds.size(); pcIndex++){
pcl::io::savePCDFileBinary("/home/juefx/" + to_string(filteredTaskInfo[i].meshId) + ".pcd", *pointClouds[pcIndex]); pcl::io::savePCDFileBinary("/home/juefx/" + to_string(filteredTaskInfo[pcIndex].meshId) + ".pcd", *pointClouds[pcIndex]);
bool found = false; bool found = false;
bool inPeriod = false; bool inPeriod = false;
uint64_t start =0, end = 0; uint64_t start =0, end = 0;
......
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