-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBrakeAuxRpt.msg
19 lines (17 loc) · 1.33 KB
/
BrakeAuxRpt.msg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Auxiliary feedback data related to brake system
std_msgs/Header header
float64 brake_pressure # Measured brake pressure in N/m as reported by vehicle
bool operator_interaction # True if driver physically interacted with related vehicle control.
bool brake_on_off # Brake pedal status as reported by vehicle. True if ON
bool brake_limiting_active # True if limiting function is reducing an excessive command
bool brake_reduced_assist # True if brake system is in reduced assist mode
bool brake_pressure_avail # True if pedal pressure is available on the platform. Does
# not change during operation.
bool operator_interaction_avail # True if operator interaction is available on the platform. Does not
# change during operation.
bool brake_on_off_avail # True if brake pedal status is available on the platform. Does not
# change during operation.
bool brake_limiting_active_avail # True if brake limiting is available on the platform.
# Does not change during operation.
bool brake_reduced_assist_avail # True if brake reduced assist is available on the platform.
# Does not change during operation.