Skip to content

using cmake you can import a c++ linear kalman filter to test against a similar python version

License

Notifications You must be signed in to change notification settings

chrismars91/Linear-Kalman-Filter-Cpp-Vs-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

using cmake you can import a c++ linear kalman filter to test against a similar python version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published