#kalman-filter #estimation #embedded #imu #aerospace

no-std marg-orientation

A MARG (Magnetic, Angular Rate, and Gravity) orientation estimator

1 unstable release

0.1.0-alpha.2 Jul 13, 2024
0.0.1 Jun 23, 2024

#263 in Robotics

Download history 15/week @ 2024-12-14 10/week @ 2024-12-21 13/week @ 2024-12-28 8/week @ 2025-01-04 5/week @ 2025-01-11 19/week @ 2025-02-15

87 downloads per month

EUPL-1.2

3.5MB
3K SLoC

MARG (Magnetic, Angular Rate, and Gravity) orientation estimation

Crates.io Crates.io GitHub Workflow Status docs.rs codecov

This crate provides MARG IMU orientation estimation based on TRIAD DCM-estimation and Kalman Filtering techniques. It is aimed at no_std environments and type-generic.


Work in progress: The estimator currently requires an allocator to construct the internal filters and is generally considered work in progress.

Dependencies