Skip to content

Commit ae05ed4

Browse files
Fix steering_controllers_library docs (#1734)
1 parent e188bf9 commit ae05ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

steering_controllers_library/doc/userdoc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Command interfaces
6464
,,,,,,,,,,,,,,,,,,,
6565

6666
- ``<steering_joints_names[i]>/position`` double, in rad
67-
- ``<traction_joints_names[i]>/velocity`` double, in m/s
67+
- ``<traction_joints_names[i]>/velocity`` double, in rad/s
6868

6969
State interfaces
7070
,,,,,,,,,,,,,,,,,
@@ -77,7 +77,7 @@ Depending on the ``position_feedback``, different feedback types are expected
7777
With the following state interfaces:
7878

7979
- ``<steering_joints_names[i]>/position`` double, in rad
80-
- ``<traction_joints_names[i]>/<TRACTION_FEEDBACK_TYPE>`` double, in m or m/s
80+
- ``<traction_joints_names[i]>/<TRACTION_FEEDBACK_TYPE>`` double, in rad or rad/s
8181

8282
Subscribers
8383
,,,,,,,,,,,,

0 commit comments

Comments
 (0)