Skip to content

Commit

Permalink
ros2 topic echo /chatter
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <[email protected]>
  • Loading branch information
sloretz authored Oct 15, 2024
1 parent 08b4f3a commit 7899861
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -788,21 +788,21 @@ Echo the message published by the node in the third terminal:
.. code-block:: bash
. /opt/ros/{DISTRO}/setup.bash
ros2 run talker_py talker_py_node
ros2 topic echo /chatter
.. group-tab:: macOS

.. code-block:: bash
. /opt/ros/{DISTRO}/setup.bash
ros2 run talker_py talker_py_node
ros2 topic echo /chatter
.. group-tab:: Windows

.. code-block:: bash
call C:\dev\ros2\local_setup.bat
ros2 run talker_py talker_py_node
ros2 topic echo /chatter
You should see messages with the current time being published in the second terminal, and those same messages received in the third.
Expand Down

0 comments on commit 7899861

Please sign in to comment.