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

KITTI Data parser : Velo2World #66

Open
git-sachin1066 opened this issue Dec 18, 2024 · 0 comments
Open

KITTI Data parser : Velo2World #66

git-sachin1066 opened this issue Dec 18, 2024 · 0 comments

Comments

@git-sachin1066
Copy link

Hi , please provide some hint for the transformation represented by this line of code snippet,

velo2world = imu2world @ imu2velo

currenlty, velo -> world is taking point from imu -> velo and then imu -> world, which seems errorneous to me.
but i believe , there is a need for inverse for imu-> velo

velo2imu = np.linalg.inv(imu2velo) velo2world = imu2world @ velo2imu

is my understanding right??

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