estima

Crates.ioestima
lib.rsestima
version0.2.1
created_at2025-08-07 22:07:22.756701+00
updated_at2025-08-09 12:22:14.461154+00
descriptionKalman estimator
homepage
repositoryhttps://github.com/copterust/estima
max_upload_size
id1785929
size308,504
(bofh)

documentation

https://docs.rs/estima

README

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.

Commit count: 0

cargo fmt