Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 658 Bytes

File metadata and controls

11 lines (9 loc) · 658 Bytes

A 3D linear kalman filter written in c++ and python. On my computer the c++ is faster by ~4x. If you want a 2D filter, I imagine just passing in data where z components equal zero.

Read the setup text file to help get a python executable version.

Modeled from https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python

Screen Shot 2024-10-22 at 8 39 03 AM

Screen Shot 2024-10-22 at 8 52 24 AM