File: dbw_mkz_msgs/GearReject.msg
Raw Message Definition
uint8 value
uint8 NONE=0 # Not rejected
uint8 SHIFT_IN_PROGRESS=1 # Shift in progress
uint8 OVERRIDE=2 # Override on brake, throttle, or steering
uint8 ROTARY_LOW=3 # Rotary shifter can't shift to Low
uint8 ROTARY_PARK=4 # Rotary shifter can't shift out of Park
uint8 VEHICLE=5 # Rejected by vehicle (try pressing the brakes)
uint8 UNSUPPORTED=6 # Unsupported gear command
uint8 FAULT=7 # System in fault state
Compact Message Definition
uint8 NONE=0
uint8 SHIFT_IN_PROGRESS=1
uint8 OVERRIDE=2
uint8 ROTARY_LOW=3
uint8 ROTARY_PARK=4
uint8 VEHICLE=5
uint8 UNSUPPORTED=6
uint8 FAULT=7
uint8 value