File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ uint16 UNKNOWN = 0
14
14
uint16 CANCEL = 1 # Cancel the MRM request.
15
15
uint16 DELEGATE = 2 # Delegate the selection of MRM behavior to Autoware.
16
16
17
+ string sender # The identifier of the request sender.
17
18
uint16 strategy
18
- string user # The identifier of the request sender.
19
19
```
20
20
21
21
{% endblock %}
Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ types:
118
118
state : uint16
119
119
autoware_adapi_v1_msgs/msg/MrmRequest :
120
120
msg :
121
+ sender : string
121
122
strategy : uint16
122
- user : string
123
123
autoware_adapi_v1_msgs/msg/MrmRequestList :
124
124
msg :
125
125
requests : autoware_adapi_v1_msgs/msg/MrmRequest[]
You can’t perform that action at this time.
0 commit comments