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

No T_imu_velo #17

Closed
jaskaran1 opened this issue Oct 30, 2017 · 1 comment
Closed

No T_imu_velo #17

jaskaran1 opened this issue Oct 30, 2017 · 1 comment
Labels

Comments

@jaskaran1
Copy link

jaskaran1 commented Oct 30, 2017

I could find only the T_velo_imu in data.calib but didn't find T_imu_velo.

So, right now I'm using this
https://mathematica.stackexchange.com/questions/106257/how-do-i-get-the-inverse-of-a-homogeneous-transformation-matrix

to get the T_imu_velo.

It would be helpful, if you could add this. Or I can send you a pull request later.

@leeclemnet
Copy link
Member

leeclemnet commented Oct 31, 2017

Why not use T_imu_velo = numpy.linalg.inv(T_velo_imu) to do this? You should get the same result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants