File: art_msgs/PilotState.msg
Raw Message Definition
# ART pilot state message
# $Id: PilotState.msg 1541 2011-05-09 19:07:23Z jack.oquin $
Header header
DriverState pilot # pilot state
# current states of individual devices
# (considered CLOSED if device not publishing)
DriverState brake
DriverState imu
DriverState odom
DriverState shifter
DriverState steering
DriverState throttle
# true if pilot preempted for learning speed control
bool preempted
# latest commanded goal and current status
CarDrive target # current command
CarDrive plan # intermediate goal
CarDrive current # current status
Compact Message Definition