Skip to content

Commit

Permalink
Remove title case and add some bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Aug 8, 2023
1 parent 5f420b8 commit 804dc47
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following examples are part of this demo repository:

* Example 11: "Car-like robot using steering controller library (tba.)"

* Example 12: ["Controller Chaining"](example_12)
* Example 12: ["Controller chaining"](example_12)

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

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Example 8: "Using transmissions"
Example 9: "Gazebo Classic"
Demonstrates how to switch between simulation and hardware.

Example 12: "Controller Chaining"
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*.

.. _ros2_control_demos_install:
Expand Down Expand Up @@ -256,4 +256,4 @@ Examples
Example 7: Full tutorial with a 6DOF robot <../example_7/doc/userdoc.rst>
Example 8: Using transmissions <../example_8/doc/userdoc.rst>
Example 9: Gazebo classic <../example_9/doc/userdoc.rst>
Example 12: Controller Chaining <../example_12/doc/userdoc.rst>
Example 12: Controller chaining <../example_12/doc/userdoc.rst>
10 changes: 5 additions & 5 deletions example_12/doc/userdoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.. _ros2_control_demos_example_12_userdoc:

Example 12: Controller Chaining with RRBot
Example 12: Controller chaining with RRBot
===========================================

The example shows how to write a simple chainable controller, and how to integrate it properly to have a functional controller chaining.
Expand Down Expand Up @@ -72,13 +72,13 @@ Tutorial steps
At this stage the reference interfaces of controllers are listed under ``command_interfaces`` when ``ros2 control list_hardware_interfaces`` command is executed.

Marker ``[available]`` by command interfaces means that the hardware interfaces are available and are ready to command.
* Marker ``[available]`` by command interfaces means that the hardware interfaces are available and are ready to command.

Marker ``[claimed]`` by command interfaces means that a controller has access to command *RRBot*.
* Marker ``[claimed]`` by command interfaces means that a controller has access to command *RRBot*.

Marker ``[unavailable]`` by command interfaces means that the hardware interfaces are unavailable and cannot be commanded. For instance, when there is an error in reading or writing an actuator module, it's interfaces are automatically become unavailable.
* Marker ``[unavailable]`` by command interfaces means that the hardware interfaces are unavailable and cannot be commanded. For instance, when there is an error in reading or writing an actuator module, it's interfaces are automatically become unavailable.

Marker ``[unclaimed]`` by command interfaces means that the reference interfaces of ``joint1_position_controller`` and ``joint2_position_controller`` are not yet in chained mode. However, their reference interfaces are available to be chained, as the controllers are active.
* Marker ``[unclaimed]`` by command interfaces means that the reference interfaces of ``joint1_position_controller`` and ``joint2_position_controller`` are not yet in chained mode. However, their reference interfaces are available to be chained, as the controllers are active.

.. note::

Expand Down

0 comments on commit 804dc47

Please sign in to comment.