```bash
python3 es_ekf.py
```
Replace the above image paths with your actual plot file locations inside the
plots/
folder.
You can tune the sensor variances inside main.py
under the Constants section:
var_imu_f = 0.1
var_imu_w = 1.0
var_gnss = 0.01
var_lidar = 0.25