**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 (https://github.com/nasa/prog_server/issues/26) by @kkannan7