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

How to convert from 4*4 transformation matrix to se(3) using lietorch #33

Open
shomeAvataar opened this issue Jul 21, 2023 · 1 comment

Comments

@shomeAvataar
Copy link

I have a 4*4 transformation matrix (R|T). I need to convert it to a se(3) representation ie. a [6,1] vector. How to do the same using lietorch?

@RPFey
Copy link

RPFey commented Apr 27, 2024

I transform the rotation matrix to quaternion and use the InitFromVec method

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

2 participants