Commit 87d96a50 authored by wangdawei's avatar wangdawei

test

parent 83f0acac
......@@ -327,6 +327,9 @@ vector<IsometryData> AdjustPPK::HandleLocalPPK(
periodPose.emplace_back(calibedPose);
}
LOG(INFO) << "mapPose_ after HandleLocalPPK: " << mapPose_.translation().transpose();
LOG(INFO) << setprecision(15) << "periodPose.size(): " << periodPose.size()
<< " frontPTime: " << frontPTime
<< " backPTime: " << backPTime;
return periodPose;
}
......
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