A lightweight project for reading sensor data and writing velocities commands to a turtlebot, implemented in plain C++ without additional frameworks.
- Real-time sensor data reading
- Sending Velocities for robot movement
- Framework-independent, modular design
-
Clone the repository:
git clone https://github.com/DavidSeyserGit/ARP_Turtlebot cd ARP_Turtlebot make
-
Run the program
make run_main