dbw_fca_msgs/Misc1Report Message

File: dbw_fca_msgs/Misc1Report.msg

Raw Message Definition

Header header

# Turn Signal enumeration
TurnSignal turn_signal

# Highbeam headlights / flash to pass enumeration
HighBeam high_beam

# Front Windshield Wipers enumeration
Wiper wiper

# Buttons
bool btn_cc_on_off    # Cruise Control On/Off Toggle
bool btn_cc_res       # Cruise Control Resume
bool btn_cc_cncl      # Cruise Control Cancel
bool btn_cc_set_inc   # Cruise Control Set+
bool btn_cc_set_dec   # Cruise Control Set-
bool btn_cc_gap_inc   # Cruise Control Gap+
bool btn_cc_gap_dec   # Cruise Control Gap-
bool btn_cc_mode      # Cruise Control Mode
bool btn_ld_ok        # Left D-Pad OK
bool btn_ld_up        # Left D-Pad Up
bool btn_ld_down      # Left D-Pad Down
bool btn_ld_left      # Left D-Pad Left
bool btn_ld_right     # Left D-Pad Right

# Faults
bool fault_bus

# Doors
bool door_rear_left
bool door_rear_right
bool door_trunk

Compact Message Definition

std_msgs/Header header
dbw_fca_msgs/TurnSignal turn_signal
dbw_fca_msgs/HighBeam high_beam
dbw_fca_msgs/Wiper wiper
bool btn_cc_on_off
bool btn_cc_res
bool btn_cc_cncl
bool btn_cc_set_inc
bool btn_cc_set_dec
bool btn_cc_gap_inc
bool btn_cc_gap_dec
bool btn_cc_mode
bool btn_ld_ok
bool btn_ld_up
bool btn_ld_down
bool btn_ld_left
bool btn_ld_right
bool fault_bus
bool door_rear_left
bool door_rear_right
bool door_trunk