Skip to content

Commit

Permalink
Add proper indentation to the parameters
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Fröhlich <[email protected]>
  • Loading branch information
saikishor and christophfroehlich authored Sep 5, 2024
1 parent 5a957d3 commit 779f1b0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,19 +190,19 @@ The PID parameters can be defined for ``position`` or ``position_pid`` and ``vel
.. code-block:: yaml
gazebo_ros2_control:
ros__parameters:
pid_gains:
position:
slider_to_cart: {kp: 100.0, kd: 10.0, ki: 1.0, max_integral_error: 10000.0}
ros__parameters:
pid_gains:
position:
slider_to_cart: {kp: 100.0, kd: 10.0, ki: 1.0, max_integral_error: 10000.0}
.. code-block:: yaml
gazebo_ros2_control:
ros__parameters:
pid_gains:
position_pid:
slider_to_cart: {kp: 100.0, kd: 10.0, ki: 1.0, max_integral_error: 10000.0}
ros__parameters:
pid_gains:
position_pid:
slider_to_cart: {kp: 100.0, kd: 10.0, ki: 1.0, max_integral_error: 10000.0}
.. code-block:: xml
Expand Down

0 comments on commit 779f1b0

Please sign in to comment.