We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: