Extended Kalman Filter State Estimation for Autonomous Competition Robots
Ethan Kou, Acshi Haggenmiller

TL;DR
This paper demonstrates how an Extended Kalman Filter can effectively fuse odometry, landmark detection, and physics model predictions to improve localization accuracy for autonomous competition robots, validated through simulation.
Contribution
It presents a comprehensive implementation of EKF for robot localization, comparing different data fusion combinations and analyzing EKF assumptions and limitations.
Findings
Fusing odometry, landmarks, and physics models improves localization accuracy.
EKF effectively combines nonlinear sensor data for better state estimation.
Simulation results validate the EKF approach for autonomous robot navigation.
Abstract
Autonomous mobile robot competitions judge based on a robot's ability to quickly and accurately navigate the game field. This means accurate localization is crucial for creating an autonomous competition robot. Two common localization methods are odometry and computer vision landmark detection. Odometry provides frequent velocity measurements, while landmark detection provides infrequent position measurements. The state can also be predicted with a physics model. These three types of localization can be "fused" to create a more accurate state estimate using an Extended Kalman Filter (EKF). The EKF is a nonlinear full-state estimator that approximates the state estimate with the lowest covariance error when given the sensor measurements, the model prediction, and their variances. In this paper, we demonstrate the effectiveness of the EKF by implementing it on a 4-wheel mecanum-drive…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTarget Tracking and Data Fusion in Sensor Networks · Gaussian Processes and Bayesian Inference · Robotics and Sensor-Based Localization
