Skip to content

Commit

Permalink
feat(autoware_adapi_v1_msgs): modify cooperation
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi committed Jun 5, 2024
1 parent fe1ba29 commit 34e1820
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions autoware_adapi_v1_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
planning/msg/CooperationDecision.msg
planning/msg/CooperationPolicy.msg
planning/msg/CooperationStatus.msg
planning/msg/CooperationStatusArray.msg
planning/srv/SetCooperationCommands.srv
planning/srv/SetCooperationPolicies.srv
planning/srv/GetCooperationPolicies.srv
Expand Down
4 changes: 2 additions & 2 deletions autoware_adapi_v1_msgs/planning/msg/CooperationDecision.msg
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
1 change: 0 additions & 1 deletion autoware_adapi_v1_msgs/planning/msg/CooperationStatus.msg
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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
autoware_adapi_v1_msgs/CooperationStatus[] cooperations
1 change: 0 additions & 1 deletion autoware_adapi_v1_msgs/planning/msg/SteeringFactor.msg
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ uint16 status
string behavior
string sequence
string detail
autoware_adapi_v1_msgs/CooperationStatus[<=1] cooperation
1 change: 0 additions & 1 deletion autoware_adapi_v1_msgs/planning/msg/VelocityFactor.msg
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ uint16 status
string behavior
string sequence
string detail
autoware_adapi_v1_msgs/CooperationStatus[<=1] cooperation

0 comments on commit 34e1820

Please sign in to comment.