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.31k stars 617 forks source link

Z dimensions are not being properly assigned in kinematic_kf #201

Closed jonathanjfshaw closed 4 years ago

jonathanjfshaw commented 4 years ago

The dim_z parameter is being ignored improperly when initialising the Kalman filter.