Skip to content

Commit f7b3472

Browse files
authored
Fix name of fake_interpolating_controller_rate parameter
1 parent 25ffbbc commit f7b3472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/controller_configuration/controller_configuration_tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Fake Controller Yaml File
139139

140140
.. code:: yaml
141141
142-
rate: 10 (Hz, used for interpolation controller)
142+
fake_interpolating_controller_rate: 10
143143
controller_list:
144144
- name: fake_arm_controller
145145
type: interpolate | via points | last point
@@ -165,7 +165,7 @@ In order to load an initial pose, one can have a list of (group, pose) pairs as
165165
Controller Switching and Namespaces
166166
-----------------------------------
167167

168-
All controller names get prefixed by the namespace of their ros_control node. For this reason controller names should not contain slashes, and can't be named ``/``. For a particular node MoveIt can decide which controllers to have started or stopped. Since only controller names with registered allocator plugins are handled over MoveIt, MoveIt takes care of stopping controllers based on their claimed resources if a to-be-started controller needs any of those resources.
168+
All controller names get prefixed by the namespace of their ros_control node. For this reason, controller names should not contain slashes, and can't be named ``/``. For a particular node, MoveIt can decide which controllers to have started or stopped. Since only controller names with registered allocator plugins are handled over MoveIt, MoveIt takes care of stopping controllers based on their claimed resources if a to-be-started controller needs any of those resources.
169169

170170
Controllers for Multiple Nodes
171171
------------------------------

0 commit comments

Comments
 (0)