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

Euler angles support for all conventions #1446

Open
tdamsma opened this issue Oct 15, 2024 · 0 comments
Open

Euler angles support for all conventions #1446

tdamsma opened this issue Oct 15, 2024 · 0 comments

Comments

@tdamsma
Copy link

tdamsma commented Oct 15, 2024

As I was writing python bindings for the rs-opw-kinematics library py-opw-kinematics, I struggled with Euler angles as I wanted to support the 6 proper and 6 Tait–Bryan conventions (and both the intrinsic and extrinsic versions). I ended up porting the code from SciPy to Rust, and after plenty of headbanging and extensive testing I think I got it right.

I ended up defining a EulerConvention class that can convert between Euler angles, Quaternions and Rotation matrices. Would there be any interest to incorporate this functionality in the nalgebra package? I would be willing to put some work in a PR, but I would need some guidance as I am quite new to Rust.

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

1 participant