Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 485 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 485 Bytes

Kalman Filter

A simple kalman filter implementation in python. A simulated scenario where we consider a robot in 2D and use odometry for prediction and mocked GPS measurement for evaluation.

Dependencies

  1. Numpy
  2. Matplotlib

Just run kalman-filter.py file. You must see the results

alt text alt text