Skip to content

Commit 73f3616

Browse files
authored
fix(ad-api): fix mrm request message (#668)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent 1f74639 commit 73f3616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/MrmRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ uint16 UNKNOWN = 0
1414
uint16 CANCEL = 1 # Cancel the MRM request.
1515
uint16 DELEGATE = 2 # Delegate the selection of MRM behavior to Autoware.
1616
17+
string sender # The identifier of the request sender.
1718
uint16 strategy
18-
string user # The identifier of the request sender.
1919
```
2020

2121
{% endblock %}

yaml/autoware-interfaces.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ types:
118118
state: uint16
119119
autoware_adapi_v1_msgs/msg/MrmRequest:
120120
msg:
121+
sender: string
121122
strategy: uint16
122-
user: string
123123
autoware_adapi_v1_msgs/msg/MrmRequestList:
124124
msg:
125125
requests: autoware_adapi_v1_msgs/msg/MrmRequest[]

0 commit comments

Comments
 (0)