Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 285 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 285 Bytes

Kalman-Filter-Demo

Kalman Filter Demo implemented on C++ and Python

This repo includes my exercises on KF,EKF and probably other algorithms in the future.

1.KF_const_acc is a simple model implemented on Python based on constant acceleration assumption using Linear Kalman Filter