Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions control_msgs/msg/SteeringControllerStatus.msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
std_msgs/Header header
float64[] traction_wheels_position # positions of traction wheels if the robot is controlled by position
float64[] traction_wheels_velocity # velocities of traction wheels if the robot is controlled by velocity
float64[] steer_positions # positions of steering joints
float64[] linear_velocity_command # value commanded to tractions joint
float64[] steering_angle_command # values commanded to steering joints
float64[] traction_wheels_position # positions of traction wheels if the robot is controlled by position
float64[] traction_wheels_velocity # velocities of traction wheels if the robot is controlled by velocity
float64[] steer_positions # positions of steering joints
float64[] traction_command # values commanded to traction joints
float64[] steering_angle_command # values commanded to steering joints
Loading