Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sai Kishor Kothakota <[email protected]>
  • Loading branch information
christophfroehlich and saikishor authored Dec 26, 2023
1 parent 1922fa6 commit 7763c6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ The following examples are part of this demo repository:

The example shows a simple chainable controller and its integration to form a controller chain to control the joints of *RRBot*.

* Example 13: ["Multi-robot system with lifecycle management"](example_13)
* Example 13: ["Multi-robot system with hardware lifecycle management"](example_13)

This example shows how to include multiple robots in a single controller manager instance.
This example shows how to handle multiple robots in a single controller manager instance.

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

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ Example 11: "Car-like robot using steering controller library (tba.)"
Example 12: "Controller chaining"
The example shows a simple chainable controller and its integration to form a controller chain to control the joints of *RRBot*.

Example 13: "Multi-robot system with lifecycle management"
This example shows how to include multiple robots in a single controller manager instance.
Example 13: "Multi-robot system with hardware lifecycle management"
This example shows how to handle multiple robots in a single controller manager instance.

Example 14: "Modular robots with actuators not providing states and with additional sensors"

Expand Down
2 changes: 1 addition & 1 deletion example_13/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ros2_control_demo_example_13

This example shows how to include multiple robots in a single controller manager instance.
This example shows how to handle multiple robots in a single controller manager instance.

Find the documentation in [doc/userdoc.rst](doc/userdoc.rst) or on [control.ros.org](https://control.ros.org/master/doc/ros2_control_demos/example_13/doc/userdoc.html).

0 comments on commit 7763c6a

Please sign in to comment.