Estima
estima is a Rust crate for state estimation providing Square Root Unscented Kalman Filter.
Constant velocity model example could be run with:
&&
N.B. You need rerun to run this example.
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.