mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 03:15:01 +08:00
11 lines
202 B
Plaintext
11 lines
202 B
Plaintext
uint8 LIGHT_CONST_OFF = 0
|
|
uint8 LIGHT_CONST_ON = 1
|
|
uint8 LIGHT_BREATH = 2
|
|
uint8 LIGHT_CUSTOM = 3
|
|
|
|
bool cmd_ctrl_allowed
|
|
uint8 front_mode
|
|
uint8 front_custom_value
|
|
uint8 rear_mode
|
|
uint8 rear_custom_value
|