rlabbe / filterpy

Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman filter, Unscented Kalman filter, g-h (alpha-beta), least squares, H Infinity, smoothers, and more. Has companion book 'Kalman and Bayesian Filters in Python'.
MIT License
3.22k stars 612 forks source link

Make EKF more Generic and add TOML file for Handling Dependencies #301

Open chacalnoir opened 5 months ago

chacalnoir commented 5 months ago
nbarascud-sc commented 3 months ago

@rlabbe Any interest in merging this ?