This project examines some of the popular algorithms used for localization and tracking, including the Kalman filter, Extended Kalman filter, Unscented Kalman filter and the Particle filter.
This repository implements a Robust Unscented Kalman Filter (UKF) to achieve precise sensor fusion for state estimation. By integrating noisy and asynchronous sensor data, such as orientation, pose, ...