Upstream PR: rlabbe/filterpy#279
Issue Type: Cherry-pick failed: fatal: bad object 334043545f0289f637878bec2c8a30587050c088
Problem
Error: Cherry-pick failed: fatal: bad object 334043545f0289f637878bec2c8a30587050c088
Original Description
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.
Upstream PR: rlabbe/filterpy#279
Issue Type: Cherry-pick failed: fatal: bad object 334043545f0289f637878bec2c8a30587050c088
Problem
Error: Cherry-pick failed: fatal: bad object 334043545f0289f637878bec2c8a30587050c088
Original Description
Two minor changes to UnscentedKalmanFilter: