Skip to content

Commit

Permalink
feat: add service for mrm pull over manager
Browse files Browse the repository at this point in the history
Signed-off-by: Tomohito Ando <[email protected]>
  • Loading branch information
TomohitoAndo committed Oct 15, 2023
1 parent 71cc77d commit 3fcff22
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -27,6 +27,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/ServiceLog.msg"
"msg/ModeChangeAvailable.msg"
"msg/MrmBehaviorStatus.msg"
"srv/ActivatePullOver.srv"
"srv/OperateMrm.srv"
"srv/ChangeOperationMode.srv"
"srv/ChangeAutowareControl.srv"
Expand Down
3 changes: 3 additions & 0 deletions tier4_system_msgs/srv/ActivatePullOver.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bool activate
---
autoware_common_msgs/ResponseStatus status

0 comments on commit 3fcff22

Please sign in to comment.