diff --git a/doc/index.rst b/doc/index.rst index 6c9ff10..d70c6c5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -139,13 +139,13 @@ Using PID control joints To use PID control joints in gazebo_ros2_control, you should define their parameters inside the ```` tag within the ```` tag. These PID joints can be controlled either in position or velocity. -- To control a joint with velocity PID, simply set its ``command_interface`` to ``velocity_PID``. -- To control a joint with position PID, set its ``command_interface`` to ``position_PID``. +- To control a joint with velocity PID, simply set its ``command_interface`` to ``velocity_pid``. +- To control a joint with position PID, set its ``command_interface`` to ``position_pid``. .. note:: - You cannot have both command interfaces set to position and position_PID for the same joint. The same restriction applies to velocity (and velocity_PID). + You cannot have both command interfaces set to position and position_pid for the same joint. The same restriction applies to velocity (and velocity_pid). -To create a system with one joint that can be controlled using both position_PID and velocity_PID, follow this example: +To create a system with one joint that can be controlled using both position_pid and velocity_pid, follow this example: .. code-block:: xml @@ -165,8 +165,8 @@ To create a system with one joint that can be controlled using both position_PID 2 10000 - - + + 1.0