-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGlobalRpt.msg
18 lines (16 loc) · 1.22 KB
/
GlobalRpt.msg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# The global report reflects the status of the PACMod system as a whole.
std_msgs/Header header
bool enabled # True if control any system on the PACMod is enabled
bool override_active # True if an override was triggered on any system
bool user_can_timeout # True if a timeout has occurred on the user CAN interface
bool steering_can_timeout # True if a timeout has occurred on the steering CAN interface
bool brake_can_timeout # True if a timeout has occurred on the brake CAN interface
bool subsystem_can_timeout # True if a timeout has occurred when communicating with
# a PACMod subsystem
bool vehicle_can_timeout # True if a timeout has occurred on a vehicle CAN interface
bool pacmod_sys_fault_active # True if a fault is active on any system
bool supervisory_enable_required # True if the platform supports Supervisory Enablement Rules
bool config_fault_active # True if the CONFIG.TXT file on any component is absent or
# is read incorrectly
uint16 user_can_read_errors # The number of read errors encoutered by the PACMod on the user
# CAN interface