Skip to content

Commit

Permalink
add planning constraints
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi committed Dec 26, 2024
1 parent d81c8bb commit a9b1d5c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoware_adapi_v1_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ rosidl_generate_interfaces(${PROJECT_NAME}
planning/srv/SetCooperationCommands.srv
planning/srv/SetCooperationPolicies.srv
planning/srv/GetCooperationPolicies.srv
planning/msg/PlanningConstraints.msg
planning/msg/PlanningConstraintsArray.msg
planning/srv/PlanningConstraintsArray.srv
system/msg/MrmState.msg
system/msg/Heartbeat.msg
system/msg/DiagGraphStruct.msg
Expand Down
2 changes: 2 additions & 0 deletions autoware_adapi_v1_msgs/planning/msg/PlanningConstraints.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
string id
float32[<=1] max_velocity
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
builtin_interfaces/Time stamp
autoware_adapi_v1_msgs/PlanningConstraints cooperator
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
autoware_adapi_v1_msgs/PlanningConstraints constraints
---
autoware_adapi_v1_msgs/ResponseStatus status

0 comments on commit a9b1d5c

Please sign in to comment.