Kalman Filter: Difference between revisions
From wikiluntti
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 16: | Line 16: | ||
https://alexhagiopol.com/2014/11/06/arduino-quadcopter-2-state-estimation-with-kalman-filtering-of-gps-data/ | https://alexhagiopol.com/2014/11/06/arduino-quadcopter-2-state-estimation-with-kalman-filtering-of-gps-data/ | ||
http://www.cs.unc.edu/~welch/media/pdf/kalman_intro.pdf | http://www.cs.unc.edu/~welch/media/pdf/kalman_intro.pdf and the example code at https://scipy-cookbook.readthedocs.io/items/KalmanFiltering.html?highlight=kalman%20filtering | ||
http://www.pyrunner.com/weblog/2018/04/12/kalman-example/ |
Latest revision as of 20:42, 16 November 2020
Introduction
Theory
References
Great resource: Lecture notes and videos. http://ais.informatik.uni-freiburg.de/teaching/ws13/mapping/
https://en.wikipedia.org/wiki/Kalman_filter#Example_application
http://www.cs.unc.edu/~welch/media/pdf/kalman_intro.pdf and the example code at https://scipy-cookbook.readthedocs.io/items/KalmanFiltering.html?highlight=kalman%20filtering