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

Box pose transfomation from camera 2 to velodyne may not be correct. #37

Open
AlfredQin opened this issue Sep 17, 2022 · 0 comments
Open

Comments

@AlfredQin
Copy link

Hi, I found code at

box_pose = pose_0S * pose_02.inverse() * box_pose
may not be correct.
If we want to get the box pose in the velodyne frame, I think the code may be box_pose = pose_0V.inverse() * pose_02 * box_pose.
I am not sure if it is correct, so I hope you can double check, thank you!

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