diff --git a/doc/index.rst b/doc/index.rst index 1823ed6..99e560a 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -209,6 +209,20 @@ The *gazebo_ros2_control* ```` tag also has the following optional child * ````: if set to true (default), it will hold the joints' position if their interface was not claimed, e.g., the controller hasn't been activated yet. * ````: Set controller manager name (default: ``controller_manager``) +Additionally, one can add a section for namespaces and remapping rules, which will be forwarded to the controller_manager and loaded controllers. Add the following section inside the tag: + +.. code-block:: xml + + + + ... + + my_namespace + /robot_description:=/robot_description_ful + + + + Default gazebo_ros2_control Behavior -----------------------------------------------------------