Skip to content

Commit d7e8f87

Browse files
committed
feat(autoware_adapi_v1_msgs): add mrm request messages
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent 6812822 commit d7e8f87

4 files changed

Lines changed: 14 additions & 0 deletions

File tree

autoware_adapi_v1_msgs/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ rosidl_generate_interfaces(${PROJECT_NAME}
5252
planning/srv/SetCooperationPolicies.srv
5353
planning/srv/GetCooperationPolicies.srv
5454
system/msg/MrmState.msg
55+
system/msg/MrmRequest.msg
56+
system/msg/MrmRequestList.msg
57+
system/srv/SendMrmRequest.srv
5558
system/msg/Heartbeat.msg
5659
system/msg/DiagGraphStruct.msg
5760
system/msg/DiagGraphStatus.msg
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
uint16 UNKNOWN = 0
2+
uint16 CLEAR = 1 # Clear the MRM request.
3+
uint16 DELEGATE = 2 # Delegate the selection of MRM behavior to Autoware.
4+
5+
uint16 strategy
6+
string user # The identifier of the request sender.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
builtin_interfaces/Time stamp
2+
autoware_adapi_v1_msgs/MrmRequest[] requests
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
autoware_adapi_v1_msgs/MrmRequest[] requests
2+
---
3+
autoware_adapi_v1_msgs/ResponseStatus status

0 commit comments

Comments
 (0)