Skip to content

Unified representation of orientation #7

Description

@alexphieler

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions