#imu #fusion #data-fusion #accelerometer #magnetometer #gyroscope

imu-fusion

A Rust library for fusing IMU data. Based on https://github.com/xioTechnologies/Fusion

2 releases

0.2.4 Apr 8, 2024
0.2.1 Dec 6, 2023

#332 in Hardware support

Download history 5/week @ 2024-02-21 6/week @ 2024-02-28 2/week @ 2024-03-06 3/week @ 2024-03-13 6/week @ 2024-03-27 95/week @ 2024-04-03 33/week @ 2024-04-10 3/week @ 2024-04-17

54 downloads per month

Custom license

45KB
890 lines

imu-fusion-rs

imu-fusion-rs is a Rust implementation of sensors fusion for Inertial Measurement Units (IMUs)

It is a porting of well known Fusion library https://github.com/xioTechnologies/Fusion

The project contains Fusion library as submodule. It is used for tests only, in order to compare results of C implementation with Rust one.

Dependencies

~3MB
~65K SLoC