Skip to content

Commit

Permalink
added demonstration purposes note
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Aug 8, 2023
1 parent 804dc47 commit fe635c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example_12/doc/userdoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ Tutorial steps
This launch file starts the ``position_controller`` that uses the reference interfaces of both ``joint1_position_controller`` and ``joint2_position_controller`` and streamlines into one, and then the ``forward_position_controller`` uses the reference interfaces of the ``position_controller`` to command the *RRBot* joints.

.. note::

The second level ``position_controller`` is only added for demonstration purposes, however, a new chainable controller can be configured to directly command the reference interfaces of both ``joint1_position_controller`` and ``joint2_position_controller``.

6. Check if the new controllers are running by

.. code-block:: shell
Expand Down

0 comments on commit fe635c9

Please sign in to comment.