Skip to content

Commit

Permalink
feat: add mrm behavior msg
Browse files Browse the repository at this point in the history
Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
  • Loading branch information
TetsuKawa committed Jan 19, 2025
1 parent d0e52d3 commit 138bb8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions tier4_system_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/HazardStatusStamped.msg"
"msg/ServiceLog.msg"
"msg/ModeChangeAvailable.msg"
"msg/MrmBehavior.msg"
"msg/MrmBehaviorStatus.msg"
"srv/OperateMrm.srv"
"srv/ChangeOperationMode.srv"
Expand Down
10 changes: 10 additions & 0 deletions tier4_system_msgs/msg/MrmBehavior.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
builtin_interfaces/Time stamp

# For behavior
uint16 UNKNOWN = 0
uint16 NONE = 1
uint16 EMERGENCY_STOP = 2
uint16 COMFORTABLE_STOP = 3
uint16 PULL_OVER = 4

uint16 type

0 comments on commit 138bb8b

Please sign in to comment.