diff --git a/doc/index.rst b/doc/index.rst index ac2f320b..eb092477 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -146,7 +146,24 @@ robot hardware interfaces between *ros2_control* and Gazebo. The *gz_ros2_control* ```` tag also has the following optional child elements: -* ````: YAML file with the configuration of the controllers +* ````: 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`` +* ````: 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 gz_ros2_control Behavior -----------------------------------------------------------