Skip to content

Commit 3592198

Browse files
Update publishing rate in userdoc.rst (ros-controls#573)
Updated publishing rate to match with diff_drive controller update rate (as in config file).
1 parent 71a86bd commit 3592198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_2/doc/userdoc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Tutorial steps
8888

8989
.. code-block:: shell
9090
91-
ros2 topic pub --rate 30 /cmd_vel geometry_msgs/msg/TwistStamped "
91+
ros2 topic pub --rate 10 /cmd_vel geometry_msgs/msg/TwistStamped "
9292
twist:
9393
linear:
9494
x: 0.7

0 commit comments

Comments
 (0)