Crates.io | estima |
lib.rs | estima |
version | 0.2.1 |
created_at | 2025-08-07 22:07:22.756701+00 |
updated_at | 2025-08-09 12:22:14.461154+00 |
description | Kalman estimator |
homepage | |
repository | https://github.com/copterust/estima |
max_upload_size | |
id | 1785929 |
size | 308,504 |
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.