Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about pose #6

Open
smalltheater opened this issue Jul 20, 2022 · 0 comments
Open

Question about pose #6

smalltheater opened this issue Jul 20, 2022 · 0 comments

Comments

@smalltheater
Copy link

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]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant