@@ -66,11 +66,11 @@ Command interfaces
6666If 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
7171If 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
7676State interfaces
@@ -84,11 +84,11 @@ Depending on the ``position_feedback``, different feedback types are expected
8484If 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
8989If 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
9494Subscribers
0 commit comments