Making a cycle using ros2 turtlesim
How to run:
-
save the repository to your system
-
open a terminal and run turtlesim_node by:
ros2 run turtlesim turtlesim_node -
open another terminal and run the
make_cycle.sh
NOTE: Make sure all files are executable by running chmod +x <file_name>