Crate ahrs

Source
Expand description

A collection of AHRS algorithms ported to Rust.

Structs§

Madgwick
Madgwick AHRS implementation.
Mahony
Mahony AHRS implementation.

Enums§

AhrsError

Traits§

Ahrs
Trait for implementing an AHRS filter.