You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: