Skip to content

Commit c128bdb

Browse files
Refine naming in SteeringControllerStatus (#211)
1 parent 323c96d commit c128bdb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
std_msgs/Header header
2-
float64[] traction_wheels_position # positions of traction wheels if the robot is controlled by position
3-
float64[] traction_wheels_velocity # velocities of traction wheels if the robot is controlled by velocity
4-
float64[] steer_positions # positions of steering joints
5-
float64[] linear_velocity_command # value commanded to tractions joint
6-
float64[] steering_angle_command # values commanded to steering joints
2+
float64[] traction_wheels_position # positions of traction wheels if the robot is controlled by position
3+
float64[] traction_wheels_velocity # velocities of traction wheels if the robot is controlled by velocity
4+
float64[] steer_positions # positions of steering joints
5+
float64[] traction_command # values commanded to traction joints
6+
float64[] steering_angle_command # values commanded to steering joints

0 commit comments

Comments
 (0)