rudie

Crates.iorudie
lib.rsrudie
version0.1.1
sourcesrc
created_at2018-11-03 04:14:50.241596
updated_at2018-11-09 03:34:57.973999
descriptionKalman filter library designed to run on #![no_std] targets.
homepage
repositoryhttps://github.com/PLeVasseur/rudie
max_upload_size
id94444
size31,964
Pete LeVasseur (PLeVasseur)

documentation

https://docs.rs/rudie/

README

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"

Commit count: 31

cargo fmt