Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Sep 7, 2024
1 parent 7d12dc1 commit f9586ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example_1/doc/userdoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,15 +241,15 @@ Tutorial steps

.. code-block:: shell
ros2 control load_controller joint_trajectory_position_controller
ros2 control load_controller joint_trajectory_position_controller $(ros2 pkg prefix ros2_control_demo_example_1 --share)/config/rrbot_controllers.yaml
.. group-tab:: Docker

(from the docker terminal, see above)

.. code-block:: shell
ros2 control load_controller joint_trajectory_position_controller
ros2 control load_controller joint_trajectory_position_controller $(ros2 pkg prefix ros2_control_demo_example_1 --share)/config/rrbot_controllers.yaml
what should return ``Successfully loaded controller joint_trajectory_position_controller``. Check the status with

Expand Down Expand Up @@ -310,15 +310,15 @@ Tutorial steps

.. code-block:: shell
ros2 control load_controller joint_trajectory_position_controller --set-state inactive
ros2 control load_controller --set-state inactive joint_trajectory_position_controller $(ros2 pkg prefix ros2_control_demo_example_1 --share)/config/rrbot_controllers.yaml
.. group-tab:: Docker

(from the docker terminal, see above)

.. code-block:: shell
ros2 control load_controller joint_trajectory_position_controller --set-state inactive
ros2 control load_controller --set-state inactive joint_trajectory_position_controller $(ros2 pkg prefix ros2_control_demo_example_1 --share)/config/rrbot_controllers.yaml
You should get the result ``Successfully loaded controller joint_trajectory_position_controller into state inactive``.

Expand Down

0 comments on commit f9586ac

Please sign in to comment.