-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
Hello author,
Thank you for sharing your great work. I want to know why the pose here is to (0,0,0)
lt-mapper/ltslam/src/LTslam.cpp
Line 239 in 784f63e
| 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
lt-mapper/ltslam/src/LTslam.cpp
Line 298 in 784f63e
| gtsam::Pose3 poseTo = pclPointTogtsamPose3(target_sess.cloudKeyPoses6D->points[loop_idx_target_session]); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels