Skip to content

Commit e1da865

Browse files
Fix steering_controllers_library docs (backport #1734) (#1735)
Co-authored-by: Christoph Froehlich <[email protected]>
1 parent 2331a0d commit e1da865

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

steering_controllers_library/doc/userdoc.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ Command interfaces
6666
If parameter ``front_steering == true``
6767

6868
- ``<front_wheels_names[i]>/position`` double, in rad
69-
- ``<rear_wheels_names[i]>/velocity`` double, in m/s
69+
- ``<rear_wheels_names[i]>/velocity`` double, in rad/s
7070

7171
If parameter ``front_steering == false``
7272

73-
- ``<front_wheels_names[i]>/velocity`` double, in m/s
73+
- ``<front_wheels_names[i]>/velocity`` double, in rad/s
7474
- ``<rear_wheels_names[i]>/position`` double, in rad
7575

7676
State interfaces
@@ -84,11 +84,11 @@ Depending on the ``position_feedback``, different feedback types are expected
8484
If parameter ``front_steering == true``
8585

8686
- ``<front_wheels_names[i]>/position`` double, in rad
87-
- ``<rear_wheels_names[i]>/<TRACTION_FEEDBACK_TYPE>`` double, in m or m/s
87+
- ``<rear_wheels_names[i]>/<TRACTION_FEEDBACK_TYPE>`` double, in rad or rad/s
8888

8989
If parameter ``front_steering == false``
9090

91-
- ``<front_wheels_names[i]>/<TRACTION_FEEDBACK_TYPE>`` double, in m or m/s
91+
- ``<front_wheels_names[i]>/<TRACTION_FEEDBACK_TYPE>`` double, in rad or rad/s
9292
- ``<rear_wheels_names[i]>/position`` double, in rad
9393

9494
Subscribers

0 commit comments

Comments
 (0)