An open API service indexing awesome lists of open source software.

https://github.com/mark2b/imu-fusion-rs

Rust porting of "Fusion" - sensor fusion library for Inertial Measurement Units (IMUs)
https://github.com/mark2b/imu-fusion-rs

Last synced: 11 months ago
JSON representation

Rust porting of "Fusion" - sensor fusion library for Inertial Measurement Units (IMUs)

Awesome Lists containing this project

README

          

# 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](https://github.com/xioTechnologies/Fusion) library as submodule.
It is used for tests only, in order to compare results of C implementation with Rust one.