-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathShiftAuxRpt.msg
20 lines (19 loc) · 1.36 KB
/
ShiftAuxRpt.msg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Auxiliary feedback data related to shifting system
std_msgs/Header header
bool between_gears # True if gear is in "between gears" state
bool stay_in_neutral_mode # True if ON
bool brake_interlock_active # True if interlock is active
bool speed_interlock_active # True if interlock is active
bool write_to_config # True if CONFIG.TXT is being updated
bool between_gears_avail # True if this information is available on the platform.
# Does not change during operation.
bool stay_in_neutral_mode_avail # True if this information is available on the platform.
# Does not change during operation.
bool brake_interlock_active_avail # True if this information is available on the platform.
# Does not change during operation.
bool speed_interlock_active_avail # True if this information is available on the platform.
# Does not change during operation.
bool write_to_config_is_valid # True if write_to_config information is valid
bool gear_number_avail # True if this information is available on the platform.
# Does not change during operation.
int8 gear_number # Current gear number as reported in the range [-10, 18]