Commit b6f59af5 authored by wangdawei's avatar wangdawei

test

parent 37e247f7
......@@ -251,6 +251,9 @@ bool AdjustPPK::Undisort(
for(; ppkIndex_ < localPoseVec_.size(); ppkIndex_++){
const auto &pose = localPoseVec_.at(ppkIndex_);
if(pose.timestamp > backPTime){
LOG_EVERY_N(INFO, 1) << setprecision(15) << "pose.timestamp " << pose.timestamp
<< " frontPTime " << frontPTime
<< " backPTime " << backPTime;
break;
}
if(pose.timestamp <= frontPTime){
......
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