Commit bc8477a4 authored by wangdawei's avatar wangdawei

test

parent aef6af1d
......@@ -333,7 +333,7 @@ bool AdjustPPK::Undisort(
pcl::io::savePCDFileBinary(ieBaseDir_ + "/baseCloud/" + to_string(rawFrame.timestamp) + "_mapped.pcd", mappedFrame);
cloudInfo.frame = undisortedFrame;
cloudInfo.filterPoseInfo.increasePose = increasePose;
cloudInfo.timestamp = periodPose.back().timestamp;
cloudInfo.timestamp = rawFrame.timestamp;
cloudInfo.filterPoseInfo.filterPose = framePose;
Quaterniond q(increasePose.linear());
Vector3d rpy= RotationQuaternionToEulerVector(q);
......
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