Let us implement our learnings on Turtlesim!

ros2 run turtlesim turtlesim_node

Untitled

<aside> 💡 If you do not have turtlesim installed (already), run sudo apt install ros-humble-turtlesim to install the necessary package globally. Then, source the bashrc file in all the opened terminals.

</aside>

Untitled

Now, let’s see how the two nodes are communicating amongst each other using rqt_graph

Untitled

Three exciting things are happening in this screenshot!! Turtlesim Node, its teleoperation node, and the graph node to visualize the communication!