File: art_msgs/ThrottleCommand.msg
Raw Message Definition
# ART throttle controller command message
# $Id: ThrottleCommand.msg 644 2010-09-28 03:19:07Z jack.oquin $
Header header
# request types
uint32 Absolute = 0 # set absolute position: 0.0 is off, 1.0 is fully on
uint32 Relative = 1 # change relative to current setting, [-1.0 to 1.0]
uint32 request # request type
float32 position # requested position
Compact Message Definition
uint32 Absolute=0
uint32 Relative=1
std_msgs/Header header
uint32 request
float32 position