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

Add demo for coordinate system transformations #52

Closed
wants to merge 1 commit into from

Conversation

ashawkey
Copy link

@ashawkey ashawkey commented Aug 6, 2019

Add a demo that mainly summarizes those issues about how to project velodyne data to image and world coordinate.

demos for coordinate transformations.
@ashawkey ashawkey closed this Aug 14, 2019
@Limzui
Copy link

Limzui commented Jul 15, 2020

Hi, thank you very much for providing this useful coordinate system transformation code.

I noticed that you directly used data.calib.T_velo_imu in the matrix multiplications to get from velodyne -> IMU coordinate system in line 117. However, from my understanding, T_velo_imu is the transformation matrix to get from IMU -> Velodyne coordinate system. As with all other transformation matrices, the general format is T_target_source.

I believe that is also the reason why #17 is also brought up.

Do correct me if my understanding is wrong!

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

Successfully merging this pull request may close these issues.

2 participants