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

remove typo #295

Closed AranavMahalpure closed 8 months ago

AranavMahalpure commented 8 months ago

Description:

This Pull Request fixes a typographical error in the README.md file.

Additional Information:

This fix is not related to any existing issue. It's a minor typo that I noticed while reviewing the README.

Thank you for considering this contribution.

AranavMahalpure commented 8 months ago

.