Unscented Kalman Filter

Use when you must estimate the state of a nonlinear system with an unscented Kalman filter: generate sigma points from the state mean and covariance with the scaled unscented transform, propagate each point through the nonlinear dynamics, compute the weighted predicted mean and covariance, form the innovation covariance and the cross covariance, calculate the Kalman gain, and correct the state and covariance from a nonlinear measurement. Produces the predicted and corrected states, the state covariance, the innovation covariance, the Kalman gain, and the NEES consistency metric that gate a nonlinear estimation assessment. Trigger: unscented kalman filter, sigma points, scaled unscented transform, innovation covariance, kalman gain, nonlinear state estimation, nees.

ashfordeOU Updated

File contents

ashfordeOU/aero-agent-skills/tree/main/skills/gnc-autonomy/estimation-filtering/unscented-kalman-filter commit d3f6020851

Frequently asked questions

npx skillmds@latest add ashfordeou/unscented-kalman-filter