In AHRS, an attitude describes the orientation of a frame relative to a reference frame. The library provides several mathematical representations to model these orientations, primarily focusing on:
- Rotation Matrices (DCM): Direction Cosine Matrices used for coordinate transformations.
- Quaternions: Four-dimensional vectors used to represent rotations without the risk of gimbal lock.
Depending on your application, you can use specific classes to manage these representations and specialized functions to transform or redefine rotations.