-
Notifications
You must be signed in to change notification settings - Fork 25
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): modify cooperation
Signed-off-by: Takagi, Isamu <[email protected]>
- Loading branch information
1 parent
fe1ba29
commit 34e1820
Showing
6 changed files
with
4 additions
and
5 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
uint8 UNKNOWN = 0 | ||
uint8 DEACTIVATE = 1 | ||
uint8 ACTIVATE = 2 | ||
uint8 AUTONOMOUS = 3 | ||
uint8 UNDECIDED = 4 | ||
uint8 UNDECIDED = 3 | ||
uint8 FORCE = 4 | ||
|
||
uint8 decision |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
unique_identifier_msgs/UUID uuid | ||
autoware_adapi_v1_msgs/CooperationDecision autonomous | ||
autoware_adapi_v1_msgs/CooperationDecision cooperator | ||
bool cancellable |
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 @@ | ||
autoware_adapi_v1_msgs/CooperationStatus[] cooperations |
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