Turtle Controller is an application that allows you to control a turtle on the board by entering the target path in the form of x and y variables
- Install ROS2 on ubuntu
- Build project by: colcon build --symlink-install
- Refresh source by: source install/setup.bash
- In the first console window type: ros2 run turtlesim turtlesim_node
- In the second console window type: ros2 run [your_name_of_controller from ros2 installation] turtle-controller
- Insert coordinates[x,y] to move turtle