Skip to content

Commit

Permalink
feat: add MrmState.msg
Browse files Browse the repository at this point in the history
Signed-off-by: TetsuKawa <[email protected]>
  • Loading branch information
TetsuKawa committed Jun 24, 2024
1 parent f605df5 commit 92d8c38
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tier4_system_msgs/msg/MrmState.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
builtin_interfaces/Time stamp

# For state
uint16 UNKNOWN = 0
uint16 NORMAL = 1
uint16 MRM_OPERATING = 2
uint16 MRM_SUCCEEDED = 3
uint16 MRM_FAILED = 4

uint16 state
tier4_system_msgs/MrmBehavior behavior

0 comments on commit 92d8c38

Please sign in to comment.