Skip to content

Commit

Permalink
Fix rst syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jan 31, 2024
1 parent c3b2602 commit 79f8249
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions example_13/doc/userdoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,26 +114,28 @@ Tutorial steps

.. include:: ../../doc/run_from_docker.rst

1. After starting the example there should be the following scene:
1. After starting the example with

.. code-block:: shell
.. code-block:: shell
ros2 launch ros2_control_demo_example_13 three_robots.launch.py

- right robot is moving (RRBotSystemPositionOnly - using auto-start)
- All interfaces are available and position controller is started and receives commands
- all controllers running
there should be the following scene:

- right robot is moving (RRBotSystemPositionOnly - using auto-start)

- All interfaces are available and position controller is started and receives commands
- all controllers running

- left robot is standing upright (RRBotWithSensor - using auto-configure)
- left robot is standing upright (RRBotWithSensor - using auto-configure)

- only state interfaces are available therefore it can visualized, but not moved
- only position command controller is not running
- only state interfaces are available therefore it can visualized, but not moved
- only position command controller is not running

- middle robot is "broken" (FakeThreeDofBot - it is only initialized)
- middle robot is "broken" (FakeThreeDofBot - it is only initialized)

- no interfaces are available
- all controllers inactive
- no interfaces are available
- all controllers inactive

Hardware status:

Expand Down

0 comments on commit 79f8249

Please sign in to comment.