rudie 0.1.1

Kalman filter library designed to run on #![no_std] targets.
Documentation

rudie

Kalman filter implementation for applications such as tracking or localization in robotics. Can run on on embedded platforms, i.e. used on #![no_std] targets.

Adding rudie to a project

Add the following to your Cargo.toml to get started using rudie:

[dependencies]
rudie = "0.1"