Skip to content

Feature Request: Add methods for returning higher-level orientation structs #99

@quietlychris

Description

@quietlychris

I realize that this library is likely intended for lower-level use, but I was wondering if it might be of interest to make some level of preliminary sensor fusion across the onboard sensors used for attitude available directly. The examples have some methods like Navigator::read_all() return SensorData containing several first-party AxisData structs. For some other IMU/AHRS-related crates, those sensors instead return something like a mint::Quaternion or EulerAngles, which are generally more useful for the implementation of autopilots or other autonomy-related code. I know I'd be interested in being able to access something similar using the Navigator's hardware!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions