// 001

Robot
Racer

Date
January 2026
Type
Autonomous Navigation
Stack
C++ · ROS2 · Docker · LiDAR

Developed autonomous navigation logic for a LiDAR-equipped robot capable of navigating to any user-specified coordinate. The system was deployed and managed using ROS2 and Docker, and simulated using Foxglove for visual debugging.

The core navigation stack implements A* Pathfinding for global path planning and Pure Pursuit Controls for local trajectory following — all written in C++.

Add a deeper technical breakdown here — algorithms, architecture decisions, challenges faced

What were the hardest parts? What did you learn?

C++ROS2DockerLiDARA* PathfindingPure PursuitFoxglove