filterpy icon indicating copy to clipboard operation
filterpy copied to clipboard

add multi extended kalman filter that can be used for sensor fusion

Open nwesem opened this issue 3 years ago • 1 comments

Hello @rlabbe,

I was using your EKF implementation for sensor fusion and slightly adapted the original implementation such that it can be used for sensor fusion, would you be interested in adding this to the library? See pull request below. If yes I am happy to add an example on how to use this.

Cheers, Niclas

nwesem avatar Dec 16 '21 11:12 nwesem

Sorry, just getting around to merging a bunch of pull requests. I'm happy to incorporate new functionality, but require unit tests, which also serve as an example.

rlabbe avatar Jun 03 '22 17:06 rlabbe