slambook2 icon indicating copy to clipboard operation
slambook2 copied to clipboard

Use keyframe to make pointcloud

Open huonggiangdhtn opened this issue 3 years ago • 0 comments

I use keyframe to make pointcloud, but the result seem have some error at the pose. Can you show me what wrong? This is code where I generate pointcloud: SE3 T1 = kf->Pose(); PointCloud::Ptr cloud(new PointCloud); pcl::transformPointCloud( *tmp, *cloud, T1.inverse().matrix());

Screenshot from 2022-02-21 20-32-54 ?

huonggiangdhtn avatar Feb 21 '22 11:02 huonggiangdhtn