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 0733485 commit 6854bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoware_system_msgs/msg/HazardStatus.msg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ uint8 NO_FAULT = 0
uint8 SAFE_FAULT = 1
uint8 LATENT_FAULT = 2
uint8 SINGLE_POINT_FAULT = 3
uint8 level;
uint8 level
boolean emergency
boolean emergency_holding
diagnostic_msgs/DiagnosticStatus[] diag_no_fault
Expand Down

0 comments on commit 6854bed

Please sign in to comment.