Skip to content

Commit 42f6c14

Browse files
Fix markup in userdoc.rst (#480)
1 parent d18a10c commit 42f6c14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

joint_trajectory_controller/doc/userdoc.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ References
4242
States
4343
^^^^^^^
4444
The state interfaces are defined with ``joints`` and ``state_interfaces`` parameters as follows: ``<joint>/<state_interface>``.
45-
Supported state interfaces are ``position``, ``velocity``, ``acceleration`` and ``effort`` as defined in the [hardware_interface/hardware_interface_type_values.hpp](https://github.com/ros-controls/ros2_control/blob/master/hardware_interface/include/hardware_interface/types/hardware_interface_type_values.hpp).
45+
Supported state interfaces are ``position``, ``velocity``, ``acceleration`` and ``effort`` as defined in the `hardware_interface/hardware_interface_type_values.hpp <https://github.com/ros-controls/ros2_control/blob/master/hardware_interface/include/hardware_interface/types/hardware_interface_type_values.hpp>`_.
4646
Legal combinations of state interfaces are:
47+
4748
- ``position``
4849
- ``position`` and ``velocity``
4950
- ``position``, ``velocity`` and ``acceleration``

0 commit comments

Comments
 (0)