Skip to content

Commit

Permalink
fix(autoware_internal_planning_msgs): fix PathPoint type error cause …
Browse files Browse the repository at this point in the history
…by duplicate definition in repo autoware_msgs and autoware_internal_msgs

Signed-off-by: NorahXiong <[email protected]>
  • Loading branch information
NorahXiong committed Jan 17, 2025
1 parent 4595e77 commit b267205
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion autoware_internal_planning_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()

rosidl_generate_interfaces(${PROJECT_NAME}
"msg/PathPoint.msg"
"msg/PathPointWithLaneId.msg"
"msg/PathWithLaneId.msg"
"msg/Scenario.msg"
Expand Down
5 changes: 0 additions & 5 deletions autoware_internal_planning_msgs/msg/PathPoint.msg

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
autoware_internal_planning_msgs/PathPoint point
autoware_planning_msgs/PathPoint point
int64[] lane_ids

0 comments on commit b267205

Please sign in to comment.