dbw_mkz_msgs/Misc1Report Message

File: dbw_mkz_msgs/Misc1Report.msg

Raw Message Definition

Header header

# Turn Signal enumeration
TurnSignal turn_signal

# High beams
bool high_beam_headlights

# Front Windshield Wipers enumeration
Wiper wiper

# Ambient Light Sensor enumeration
AmbientLight ambient_light

# Outside air temperature
float32 outside_temperature # Degrees Celsius

# Buttons
bool btn_cc_on        # Cruise Control On
bool btn_cc_off       # Cruise Control Off
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_res_cncl  # Cruise Control Resume/Cancel
bool btn_cc_res_inc   # Cruise Control Resume+
bool btn_cc_res_dec   # Cruise Control Resume-
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_la_on_off    # Lane Assist On/Off Toggle
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_driver
bool door_passenger
bool door_rear_left
bool door_rear_right
bool door_hood
bool door_trunk

# Passenger seat
bool passenger_detect
bool passenger_airbag

# Seat Belts
bool buckle_driver
bool buckle_passenger

Compact Message Definition

std_msgs/Header header
dbw_mkz_msgs/TurnSignal turn_signal
bool high_beam_headlights
dbw_mkz_msgs/Wiper wiper
dbw_mkz_msgs/AmbientLight ambient_light
float32 outside_temperature
bool btn_cc_on
bool btn_cc_off
bool btn_cc_on_off
bool btn_cc_res
bool btn_cc_cncl
bool btn_cc_res_cncl
bool btn_cc_res_inc
bool btn_cc_res_dec
bool btn_cc_set_inc
bool btn_cc_set_dec
bool btn_cc_gap_inc
bool btn_cc_gap_dec
bool btn_la_on_off
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_driver
bool door_passenger
bool door_rear_left
bool door_rear_right
bool door_hood
bool door_trunk
bool passenger_detect
bool passenger_airbag
bool buckle_driver
bool buckle_passenger