Skip to content

Commit

Permalink
Added msg fields for the different warning and safety zones (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Auerbach <[email protected]>
  • Loading branch information
splatter96 and Paul Auerbach authored May 26, 2023
1 parent 0c4bfe7 commit 88dac62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions msg/Status.msg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ bool error_status
uint16 error_code
# Does the laser report that it is locked out.
bool lockout_status
# State of the different warning and safety zones
bool ossd_1
bool ossd_2
bool warning_1
bool warning_2
bool ossd_3
bool ossd_4
# Distance in mm the stop was reported at.
uint16 distance
# The reported angle of the stop in deg.
Expand Down

0 comments on commit 88dac62

Please sign in to comment.