estima 0.2.1

Kalman estimator
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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.