Skip to content

Commit

Permalink
Adding better language
Browse files Browse the repository at this point in the history
Signed-off-by: CursedRock17 <[email protected]>
  • Loading branch information
CursedRock17 committed Apr 7, 2024
1 parent 4208e59 commit db710bb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tf2_ros/docs/source/cli_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ Frame Poses

1. tf2_echo
^^^^^^^^^^^
tf2_echo is the simplest tool to look at the numeric values of a specific transform. tf2_echo takes two arguments: the reference frame and the target frame. The output of tf2_echo is the target frame represented in the reference frame. E.g. to get the transformation from turtle1 to turtle2, set up the turtlesim example with:
tf2_echo is the simplest tool to look at the numeric values of a specific transform. tf2_echo takes two arguments: the source frame and the target frame. The output of tf2_echo is the target frame in comparison to the source frame. E.g. to get the transformation from turtle1 to turtle2, set up the turtlesim example with:

.. code-block:: bash
git clone https://github.com/ros/geometry_tutorials.git -b ros2
Then build and source in each terminal:

.. code-block:: bash
colcon build && . install/setup.zsh
Then:

.. code-block:: bash
Expand Down

0 comments on commit db710bb

Please sign in to comment.