forked from autowarefoundation/autoware_adapi_msgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(autoware_adapi_v1_msgs): add mrm request messages
Signed-off-by: Takagi, Isamu <[email protected]>
- Loading branch information
1 parent
6812822
commit d7e8f87
Showing
4 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
builtin_interfaces/Time stamp | ||
autoware_adapi_v1_msgs/MrmRequest[] requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |