Skip to content

Commit

Permalink
Fix static_transform_publisher command line argument order (#837)
Browse files Browse the repository at this point in the history
and clarify rotation convention
  • Loading branch information
Stapelzeiger authored Aug 4, 2020
1 parent 4565afd commit 28acceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Tutorials/tf2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ First run the `static_transform_publisher <https://wiki.ros.org/tf2_ros#static_t
ros2 run tf2_ros static_transform_publisher 1 2 3 0.5 0.1 -1.0 foo bar
That tool will publish a static transform from the parent frame ``foo`` to the child frame ``bar`` with (X, Y, Z) translation (1, 2, 3) and (roll, pitch, yaw) rotation (0.5, 0.1, -1.0).
That tool will publish a static transform from the parent frame ``foo`` to the child frame ``bar`` with (X, Y, Z) translation (1, 2, 3) and (yaw, pitch, roll) body-fixed axis rotation sequence (0.5, 0.1, -1.0).

Receiving transform data
------------------------
Expand Down

0 comments on commit 28acceb

Please sign in to comment.