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

Unified representation of orientation #7

Open
alexphieler opened this issue May 22, 2024 · 0 comments
Open

Unified representation of orientation #7

alexphieler opened this issue May 22, 2024 · 0 comments
Labels

Comments

@alexphieler
Copy link
Contributor

In some parts of the code, Euler angles are used (good interpretation), while in others, quaternions (easy calculation) are used.

For a better code quality, it would make sense to use a single representation throughout the whole code.

I think one good way to achieve this, would be to introduce something like a "rotation" class which uses quaternions internally but exposes (i.e. converts to) common (Euler Angles, Rotation Matrix, quaternion) representations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant