dfki-ric / pytransform3d

3D transformations for Python.
https://dfki-ric.github.io/pytransform3d/
Other
632 stars 68 forks source link

Conversion from quaternions to arbitrary Euler angles #208

Closed AlexanderFabisch closed 1 year ago

AlexanderFabisch commented 1 year ago

Fixes #207

TODO

AlexanderFabisch commented 1 year ago

@evbernardes Since this is your algorithm, would you have time for a review?

AlexanderFabisch commented 1 year ago

As a new addition, I'd personally make a corresponding quaternion_from_euler function too though, not only for consistency but also for easier testing (since this operation is trivial.)

That's maybe another pull request. I'll open another issue for it.

Thanks for the review and the suggestion!