progpy
progpy copied to clipboard
Pickleable UnscentedKalmanFilter
Describe the bug UnscentedKalmanFilter is currently unpickleable because of local function measure
To Reproduce
- Construct a UKF
- Pickle ukf
- See error
Notes This came up in work with prog_server to add custom state estimators (https://github.com/nasa/prog_server/issues/26) by @kkannan7