Commit 73edffc8 authored by wangdawei's avatar wangdawei

test

parent 3d250dfc
......@@ -252,8 +252,9 @@ void AdjustPPK::Undisort(
break;
}
if(pose.timestamp <= frontPTime){
periodPose.emplace_back(pose);
continue;
}
periodPose.emplace_back(pose);
}
PointCloudInter::Ptr frame = GetBaseFrame(rawFrame);
Isometry3d framePose, increasePose;
......@@ -357,13 +358,13 @@ void AdjustPPK::LoadMap()
if(!exists(streamPath)){
Compress(meshInfo.pcdPathVec, streamPath);
LOG(WARNING) << "mesh compressed: " << meshId;
LOG(INFO) << "mesh compressed: " << meshId;
}else{
LOG(WARNING) << "mesh compressed: " << meshId;
LOG(INFO) << "mesh exist: " << meshId;
}
LoadMesh(streamPath, meshInfo);
LOG(WARNING) << "mesh loaded: " << meshId;
LOG(INFO) << "mesh loaded: " << meshId;
}
}
......
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