Skip to content

Commit

Permalink
fix:add system msgs
Browse files Browse the repository at this point in the history
Signed-off-by: jack.song <[email protected]>
  • Loading branch information
shulanbushangshu committed Dec 12, 2023
1 parent 6854bed commit e61e19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoware_system_msgs/msg/HazardStatus.msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ uint8 SAFE_FAULT = 1
uint8 LATENT_FAULT = 2
uint8 SINGLE_POINT_FAULT = 3
uint8 level
boolean emergency
boolean emergency_holding
bool emergency
bool emergency_holding
diagnostic_msgs/DiagnosticStatus[] diag_no_fault
diagnostic_msgs/DiagnosticStatus[] diag_safe_fault
diagnostic_msgs/DiagnosticStatus[] diag_latent_fault
Expand Down

0 comments on commit e61e19e

Please sign in to comment.