Skip to content

Commit 6c3f743

Browse files
authored
Update documentation - small fixes (#285)
1 parent d5d24d9 commit 6c3f743

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/controllers_index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The controllers' namespaces are commanding the following command interface types
1616

1717
- ``position_controllers``: ``hardware_interface::HW_IF_POSITION``
1818
- ``velocity_controller``: ``hardware_interface::HW_IF_VELOCITY``
19+
- ``effort_controllers``: ``hardware_interface::HW_IF_ACCELERATION``
1920
- ``effort_controllers``: ``hardware_interface::HW_IF_EFFORT``
2021
- ...
2122

doc/writing_new_controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The following is a step-by-step guide to create source files, basic tests, and c
8181
2. Usually, the plugin name is defined by the package (namespace) and the class name, e.g.,
8282
``<controller_name_package>/<ControllerName>``.
8383
This name defines the controller's type when the controller manager searches for it.
84-
The other two files have to correspond to the definition done in macro at the bottom of the ``<controller_name>.cpp`` file.
84+
The other two parameters have to correspond to the definition done in macro at the bottom of the ``<controller_name>.cpp`` file.
8585

8686
6. **Writing simple test to check if the controller can be found and loaded**
8787

0 commit comments

Comments
 (0)