A Python implementation of the iteratively saturated Kalman filter (ISKF), for state estimation in the presence of outliers in both the measurements and dynamics ...
This repository contains detailed hand derivations of the Kalman Filter (KF) equations. Implements a basic Kalman Filter in python, and using that implementation runs static and interactive tracking ...