gisbi-kim / lt-mapper

A Modular Framework for LiDAR-based Lifelong Mapping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about pose

smalltheater opened this issue · comments

Hello author,
Thank you for sharing your great work. I want to know why the pose here is to (0,0,0)

gtsam::Pose3 poseTo = Pose3(Rot3::RzRyRx(0.0, 0.0, 0.0), Point3(0.0, 0.0, 0.0));

but the pose for RS loop is different
gtsam::Pose3 poseTo = pclPointTogtsamPose3(target_sess.cloudKeyPoses6D->points[loop_idx_target_session]);