Skip to content

Commit

Permalink
Fix name of fake_interpolating_controller_rate parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke authored Jul 29, 2023
1 parent 25ffbbc commit f7b3472
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Fake Controller Yaml File

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

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.
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.

Controllers for Multiple Nodes
------------------------------
Expand Down

0 comments on commit f7b3472

Please sign in to comment.