Commit b8f66200 authored by wangdawei's avatar wangdawei

fix time float

parent e3bd40c9
......@@ -462,7 +462,7 @@ vector<CloseTrajInfo> crossFilter(
pcl::octree::OctreePointCloudSearch<PointExport> taskOctree(resolution);
PointCloudExport::Ptr taskPeriodCloud(new PointCloudExport);
taskOctree.setInputCloud(taskPeriodCloud);
float currTime;
double currTime;
vector<PointExport> filterdPeriod;
for(size_t pointId = 0; pointId < pointClouds[pcIndex]->points.size(); pointId++){
const PointExport& query = pointClouds[pcIndex]->points.at(pointId);
......
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