diff --git a/doc/index.rst b/doc/index.rst index af92554..181480b 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -212,8 +212,23 @@ The *gazebo_ros2_control* ```` tag also has the following optional child * ````: The location of the ``robot_description`` (URDF) on the parameter server, defaults to ``robot_description`` * ````: Name of the node where the ``robot_param`` is located, defaults to ``robot_state_publisher`` -* ````: YAML file with the configuration of the controllers * ````: 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. +* ````: A YAML file with the configuration of the controllers. This element can be given multiple times to load multiple files. +* ````: Set controller manager name (default: ``controller_manager``) + +Additionally, one can specify a namespace and remapping rules, which will be forwarded to the controller_manager and loaded controllers. Add the following ```` section: + +.. code-block:: xml + + + + ... + + my_namespace + /robot_description:=/robot_description_full + + + Default gazebo_ros2_control Behavior -----------------------------------------------------------