art_msgs/CarControl Message

File: art_msgs/CarControl.msg

Raw Message Definition

# car control command
# $Id: CarControl.msg 1161 2011-03-26 02:10:49Z jack.oquin $

float32 velocity                # forward velocity (m/s), negative is reverse
float32 angle                   # steering angle (degrees)

Compact Message Definition

float32 velocity
float32 angle