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 compute_gt_poses.py #82

Open
r-9li opened this issue Feb 19, 2023 · 1 comment
Open

Question about compute_gt_poses.py #82

r-9li opened this issue Feb 19, 2023 · 1 comment

Comments

@r-9li
Copy link

r-9li commented Feb 19, 2023

Thanks for @F2Wang for making this Third Party Program, which is very helpful!
I have a question. In the compute_gt_poses.py file, this is how the odometer calculates:
odometry = np.dot(transformation_icp, odometry)
Why is the transformation_icp left multiplied instead of right multiplied?

@r-9li
Copy link
Author

r-9li commented Feb 19, 2023

Another question.
In create_label_files.py, why T = np.dot(transform, np.linalg.inv(Tform))

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