This project implements visual SLAM (Simultaneous Localization and Mapping) using KIMERA, an open-source library for real-time metric-semantic visual-inertial odometry. KIMERA combines visual-inertial odometry with robust loop closure detection and 3D semantic mesh reconstruction to provide accurate localization and mapping in real-time.
KIMERA-VIO (Visual-Inertial Odometry) processes stereo images and IMU data to estimate camera pose and build a 3D map. The pipeline consists of:
The system was tested on the EuRoC MAV dataset achieving sub-centimeter localization accuracy. The semantic mesh reconstruction enabled obstacle avoidance for autonomous navigation.