# Estima
`estima` is a Rust crate for state estimation providing Square Root Unscented Kalman Filter.
Constant velocity model example could be run with:
```bash
cd estima && cargo run --example cv_ukf
```
N.B. You need [rerun](https://rerun.io/) to run this example.