Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 25, 2023
1 parent 5663946 commit 2fb6d52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The following examples are part of this demo repository:

* Example 14: ["Modular robots with actuators not providing states and with additional sensors"](example_14)

* Example 15: ["Multi-robot system with namepaced controller_manager"](example_15)
* Example 15: ["Using multiple controller managers under different namespaces"](example_15)

This example shows how to include multiple robots in namespaced controller manager instances.

Expand Down
6 changes: 5 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ Example 12: "Controller chaining"
Example 13: "Multi-robot example (tba.)"

Example 14: "Modular robots with actuators not providing states and with additional sensors"
The example shows how to implement robot hardware with actuators not providing states and with additional sensors.

Example 15: "Using multiple controller managers under different namespaces"
This example shows how to include multiple robots in namespaced controller manager instances.


.. _ros2_control_demos_install:
Expand Down Expand Up @@ -272,4 +276,4 @@ Examples
Example 10: Industrial robot with GPIO interfaces <../example_10/doc/userdoc.rst>
Example 12: Controller chaining <../example_12/doc/userdoc.rst>
Example 14: Modular robots with actuators not providing states <../example_14/doc/userdoc.rst>
Example 15: Multi-robot system with namespaced controller_manager <../example_15/doc/userdoc.rst>
Example 15: Using multiple controller managers under different namespaces <../example_15/doc/userdoc.rst>
5 changes: 3 additions & 2 deletions example_15/doc/userdoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

.. _ros2_control_demos_example_15_userdoc:

Example 15: Multi-robot system with namespaced controller_manager
=================================================================
Example 15: Using multiple controller managers under different namespaces
=========================================================================

This example shows how to include multiple robots in namespaced controller manager instances.

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

Expand Down

0 comments on commit 2fb6d52

Please sign in to comment.