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

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

#98 in Robotics

Download history 11/week @ 2024-07-16 7/week @ 2024-07-23 7/week @ 2024-07-30 18/week @ 2024-09-10 10/week @ 2024-09-17 19/week @ 2024-09-24 1/week @ 2024-10-01

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