marg-orientation

Crates.iomarg-orientation
lib.rsmarg-orientation
version0.1.0-alpha.2
created_at2024-06-23 16:19:21.410346+00
updated_at2024-07-13 21:06:33.821004+00
descriptionA MARG (Magnetic, Angular Rate, and Gravity) orientation estimator
homepagehttps://github.com/sunsided/marg-orientation
repositoryhttps://github.com/sunsided/marg-orientation
max_upload_size
id1281285
size14,868,443
Markus Mayer (sunsided)

documentation

README

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.

Commit count: 25

cargo fmt