Skip to content

Commit

Permalink
fix typo - conform (#508) (#513)
Browse files Browse the repository at this point in the history
(cherry picked from commit 61e5ea4)

Co-authored-by: Vladimir Fokow <57260995+VladimirFokow@users.noreply.github.com>
  • Loading branch information
mergify[bot] and VladimirFokow committed May 3, 2024
1 parent 6e4f4cb commit 21c93a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_7/doc/userdoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ The general CMake template to make a hardware plugin available in ros2_control i
Writing a controller
--------------------------

In ros2_control, controllers are implemented as plugins that conforms to the ``ControllerInterface`` public interface. Similar to the hardware interfaces, the controller plugins to load are specified using ROS parameters. This is normally achieved by passing a YAML parameter file to the ``ros2_control_node``. Unlike hardware interfaces, controllers exists in a finite set of states:
In ros2_control, controllers are implemented as plugins that conform to the ``ControllerInterface`` public interface. Similar to the hardware interfaces, the controller plugins to load are specified using ROS parameters. This is normally achieved by passing a YAML parameter file to the ``ros2_control_node``. Unlike hardware interfaces, controllers exists in a finite set of states:

1. Unconfigured
2. Inactive
Expand Down

0 comments on commit 21c93a2

Please sign in to comment.