How to convert from 4*4 transformation matrix to se(3) using lietorch
shomeAvataar opened this issue · 1 comments
shomeAvataar commented
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 commented
I transform the rotation matrix to quaternion and use the InitFromVec
method