Hi and thank you for providing this great library!
I am using it for some optimization and am in need for exponential / logarithm map of SE(3). Browsing the code, I can find this for SO(3)
https://github.com/UM-ARM-Lab/pytorch_kinematics/blob/master/src/pytorch_kinematics/transforms/so3.py
I have also seen that a different representation is used instead
|
def matrix44_to_se3_9d(matrix: torch.Tensor) -> torch.Tensor: |
Are there plans to add this in the future or is this already supported and I am just overseeing something? Thank you!
Hi and thank you for providing this great library!
I am using it for some optimization and am in need for exponential / logarithm map of SE(3). Browsing the code, I can find this for SO(3)
https://github.com/UM-ARM-Lab/pytorch_kinematics/blob/master/src/pytorch_kinematics/transforms/so3.py
I have also seen that a different representation is used instead
pytorch_kinematics/src/pytorch_kinematics/transforms/rotation_conversions.py
Line 665 in a457cda
Are there plans to add this in the future or is this already supported and I am just overseeing something? Thank you!