1.5.2 Start Turtlesim

To start turtlesim, enter the following command in your terminal:

ros2 run turtlesim turtlesim_node

The simulator window should appear, with a random turtle in the center.

In the terminal, under the command, you will see messages from the node:

There you can see the default turtle’s name and the coordinates where it spawns.

Last updated