Autonomous RC Car
- Built an autonomous hallway-navigation system using LiDAR-based SLAM, RF2O odometry, and a ROS2–ArduPilot pipeline.
- Implemented a PD-based waypoint follower with dual-criteria waypoint advancement for reliable multi-lap navigation and accurate cornering.
- Developed a LiDAR-only wall-following controller using RANSAC line extraction + geometric distance/orientation estimation for map-free navigation.
- Created an A* path-planning pipeline: map preprocessing, padding, distance-field cost shaping, and waypoint discretization.
- Prototyped a NumPy-only camera navigation system and evaluated a custom ICP-EKF localization approach.