Skip to content

Commit 61e5ea4

Browse files
fix typo - conform (ros-controls#508)
1 parent c7c2e97 commit 61e5ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_7/doc/userdoc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ The general CMake template to make a hardware plugin available in ros2_control i
333333
Writing a controller
334334
--------------------------
335335

336-
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:
336+
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:
337337

338338
1. Unconfigured
339339
2. Inactive

0 commit comments

Comments
 (0)