This document provides an overview of the unscented Kalman filter (UKF), including its advantages over the extended Kalman filter (EKF). It discusses how the UKF works by using sigma points to capture the mean and covariance of estimates with nonlinear transformations more accurately than the EKF. It also provides examples of using the UKF for state estimation in localization problems with robot odometry and sensor fusion.