Skip to content

Kalman Filter

Alex Dickhans edited this page Oct 3, 2022 · 1 revision

Kalman Filter

Kalman filters are a way of both combining a variety of sensor values with others, and reducing noise in the end measurement. Kalman filters use estimates based on sensor values and models of the robot.

Kalman gain

Determines how we should combine the measurements and expected values. A new kalman gain is calculated on each step.

Resources

https://wiki.purduesigbots.com/software/control-algorithms/kalman-filter