An open API service indexing awesome lists of open source software.

https://github.com/keyan/kalman_filter

Extended Kalman filter implementation
https://github.com/keyan/kalman_filter

Last synced: about 1 year ago
JSON representation

Extended Kalman filter implementation

Awesome Lists containing this project

README

          

# Kalman Filter

An implementation of an extended Kalman filter using landmarks and a velocity-based motion model. Matches algorithm details from chapter 7 of Probabilistic Robotics 2nd edition.