Georgia Tech CS X803-AMR Spring 2026 edition
Implement an Invariant Extended Kalman Filter (IEKF) to localize a simulated underwater robot using IMU (prediction) and Range Sensor measurements (correction). Implement simple trajectory tracking control.
Estimate legged robot state (kinematic only) using joint encoders + IMU via factor graphs (with IMU preintegration). Implement predictive sampling MPC for motion control (e.g., similar to Mujoco).
Implement Factor Graph-based Pose SLAM for a differential drive robot using scan matching from rectified camera images (simulated 2D scans). Implement frontier-based exploration for planning. (No IMU in this assignment).
Process drone data (IMU+LiDAR) to implement a tightly-coupled LIO system using factor graphs, including IMU preintegration, 3D ICP, and handling motion distortion (deskewing/CT-SLAM concepts).
Extend Pose SLAM factor graph to include IMU factors (using preintegration from Assign 2) and factors representing range measurements between robots. Explore basic multi-robot coordination for exploration/rendezvous.