From f7b3472bc4191d9e2d468bba09fce75a7ef05e8b Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Sat, 29 Jul 2023 18:13:59 +0200 Subject: [PATCH] Fix name of fake_interpolating_controller_rate parameter --- .../controller_configuration_tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/controller_configuration/controller_configuration_tutorial.rst b/doc/controller_configuration/controller_configuration_tutorial.rst index 8519dc41a..e0e64a18e 100644 --- a/doc/controller_configuration/controller_configuration_tutorial.rst +++ b/doc/controller_configuration/controller_configuration_tutorial.rst @@ -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 @@ -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 ------------------------------