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
1414uint16 CANCEL = 1 # Cancel the MRM request.
1515uint16 DELEGATE = 2 # Delegate the selection of MRM behavior to Autoware.
1616
17+ string sender # The identifier of the request sender.
1718uint16 strategy
18- string user # The identifier of the request sender.
1919```
2020
2121{% endblock %}
Original file line number Diff line number Diff 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[]
You can’t perform that action at this time.
0 commit comments