Commit 3c40010e authored by wangdawei's avatar wangdawei

test

parent 24d01825
Pipeline #1538 canceled with stages
......@@ -187,7 +187,8 @@ void AdjustPPK::CalLocalPose()
localPose.pose.linear() = rawPPK.getOrientation();
localPose.timestamp = rawPPK.unix_time;
localPoseVec_.emplace_back(localPose);
LOG_EVERY_N(INFO, 10000) << "localPoseVec_.size(): " << localPoseVec_.size();
// LOG_EVERY_N(INFO, 10000) << "localPoseVec_.size(): " << localPoseVec_.size();
// ofs << setprecision(16) << localPose.timestamp << ", " << localPose.pose.translation().x()
// << ", " << localPose.pose.translation().y() << ", " << localPose.pose.translation().z() << endl;
}
......
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