Skip to content

Commit

Permalink
Update Understanding-ROS2-Topics.rst (#4843) (#4844)
Browse files Browse the repository at this point in the history
Missing underscore

Signed-off-by: Mattia Massarenti <121773111+M61ss@users.noreply.github.com>
Co-authored-by: Mattia Massarenti <121773111+M61ss@users.noreply.github.com>
(cherry picked from commit 861a9cc)
  • Loading branch information
ahcorde authored and mergify[bot] committed Oct 31, 2024
1 parent 608d46f commit 00b5478
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Recall that the ``cmd_vel`` topic has the type:
This means that in the package ``geometry_msgs`` there is a ``msg`` called ``Twist``.

Now we can run ``ros2 interface show <msg type>`` on this type to learn its details.
Now we can run ``ros2 interface show <msg_type>`` on this type to learn its details.
Specifically, what structure of data the message expects.

.. code-block:: console
Expand Down

0 comments on commit 00b5478

Please sign in to comment.