filterpy
filterpy copied to clipboard
Fix process noise handling in UKF
Two minor changes to UnscentedKalmanFilter:
- Allow passing Q to predict step, for consistency with R in update step. It's also pretty much required if you have uneven dt.
- Fix a bug in the RTS smoother where passed-in Qs were not used at all.