Perseverance
Perseverance is an open‑source mobile robot inspired by NASA’s Mars rover. The project focuses on robust state estimation for a 6‑wheel rocker‑bogie platform using an Extended Kalman Filter (EKF) within a modular ROS 2 package for sensor fusion and, later, SLAM and navigation. I derive the non‑linear kinematic model and Jacobians, implements multiple drive‑base models (differential drive, mecanum, and rocker-bogie), and benchmark performance using IMU and wheel‑odometry data.
The primary purpose of this project is to learn more about the full robotics stack for a mobile robot, including EKF SLAM, navigation, and control. I’ve selected the 6-wheel MARS Rover form factor because it’s my favorite robot and I want to try and build a novel motion model and autonomous navigation stack for the rover and open-source it for others to try.