estima 0.2.1

Kalman estimator
Documentation

Estima

estima is a Rust crate for state estimation providing Square Root Unscented Kalman Filter.

Constant velocity model example could be run with:

cd estima && cargo run --example cv_ukf

N.B. You need rerun to run this example.