Skip to content

Commit

Permalink
feat(autoware_internal_planning_msgs): add Scenario.msg (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: liu cui <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
  • Loading branch information
cyn-liu and youtalk authored Jan 15, 2025
1 parent b26950a commit 47faaf2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions autoware_internal_planning_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/PathPoint.msg"
"msg/PathPointWithLaneId.msg"
"msg/PathWithLaneId.msg"
"msg/Scenario.msg"
DEPENDENCIES
builtin_interfaces
geometry_msgs
Expand Down
6 changes: 6 additions & 0 deletions autoware_internal_planning_msgs/msg/Scenario.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
string EMPTY=Empty
string LANEDRIVING=LaneDriving
string PARKING=Parking

string current_scenario
string[] activating_scenarios

0 comments on commit 47faaf2

Please sign in to comment.