Commit fc12d889 authored by limingbo's avatar limingbo

test

parent 536f8726
......@@ -168,6 +168,7 @@ vector<string> crossFilter(
trajectories.front();
vector<PointCloudExport::Ptr> pointClouds
= multiThreadGetPointCloud(trajectories, currTrajectory->getProj());
LOG(INFO) << "pointClouds.size(): " << pointClouds.size();
float resolution = 5.f;
pcl::octree::OctreePointCloudSearch<PointExport> octree(resolution);
octree.setInputCloud(pointClouds.front());
......
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