nasa/progpy

Pickleable UnscentedKalmanFilter

Opened this issue · 0 comments

Describe the bug
UnscentedKalmanFilter is currently unpickleable because of local function measure

To Reproduce

  1. Construct a UKF
  2. Pickle ukf
  3. See error

Notes
This came up in work with prog_server to add custom state estimators (nasa/prog_server#26) by @kkannan7