These are for reference, not OUR specific implementation
A Kalman filter is an algorithm that uses a series of measurements observed over time to estimate the state of a system. It is a type of recursive filter, which means that it processes each measurement by using the previous state estimate and the current measurement to produce a new state estimate.
...