Skip to content

Commit

Permalink
feat(autoware_adapi_v1_msgs): add mrm request messages
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi committed Mar 10, 2025
1 parent 6812822 commit d7e8f87
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoware_adapi_v1_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ rosidl_generate_interfaces(${PROJECT_NAME}
planning/srv/SetCooperationPolicies.srv
planning/srv/GetCooperationPolicies.srv
system/msg/MrmState.msg
system/msg/MrmRequest.msg
system/msg/MrmRequestList.msg
system/srv/SendMrmRequest.srv
system/msg/Heartbeat.msg
system/msg/DiagGraphStruct.msg
system/msg/DiagGraphStatus.msg
Expand Down
6 changes: 6 additions & 0 deletions autoware_adapi_v1_msgs/system/msg/MrmRequest.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
uint16 UNKNOWN = 0
uint16 CLEAR = 1 # Clear the MRM request.
uint16 DELEGATE = 2 # Delegate the selection of MRM behavior to Autoware.

uint16 strategy
string user # The identifier of the request sender.
2 changes: 2 additions & 0 deletions autoware_adapi_v1_msgs/system/msg/MrmRequestList.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
builtin_interfaces/Time stamp
autoware_adapi_v1_msgs/MrmRequest[] requests
3 changes: 3 additions & 0 deletions autoware_adapi_v1_msgs/system/srv/SendMrmRequest.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
autoware_adapi_v1_msgs/MrmRequest[] requests
---
autoware_adapi_v1_msgs/ResponseStatus status

0 comments on commit d7e8f87

Please sign in to comment.