A fun ROS 2 turtle catching game! Spawn turtles and catch them with your main turtle.
- Spawns random turtles in turtlesim
- Your turtle can catch the spawned turtles
- Turtles disappear when caught
- Start turtlesim:
ros2 run turtlesim turtlesim_node
- Start the Spawner:
ros2 run catch_them_all spawner
- Start the Controller:
ros2 run catch_them_all controller