Crates.io | rudie |
lib.rs | rudie |
version | 0.1.1 |
source | src |
created_at | 2018-11-03 04:14:50.241596 |
updated_at | 2018-11-09 03:34:57.973999 |
description | Kalman filter library designed to run on #![no_std] targets. |
homepage | |
repository | https://github.com/PLeVasseur/rudie |
max_upload_size | |
id | 94444 |
size | 31,964 |
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.
Add the following to your Cargo.toml
to get started using rudie
:
[dependencies]
rudie = "0.1"