rlabbe / Kalman-and-Bayesian-Filters-in-Python

Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
Other
16.54k stars 4.18k forks source link

suggestion / "feature request": provide a few "typical, canonical applications" #405

Open jerabaul29 opened 2 years ago

jerabaul29 commented 2 years ago

Thanks for an awesome repo!

I was wondering if it may be useful to provide a few "typical, canonical applications", such as:

The value there would be in particular to help with understanding what dynamic system for the prediction step would be "good" choices, as this can be quite confusing.

jerabaul29 commented 2 years ago

One such example of 'canonical' application to AHRS with accelerometer, gyroscope, magnetometer, that I find excellent, is: https://ahrs.readthedocs.io/en/latest/filters/ekf.html