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 (#46)

* fix(autoware_internal_planning_msgs): fix PathPoint type error cause by duplicate definition in repo autoware_msgs and autoware_internal_msgs

Signed-off-by: NorahXiong <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: NorahXiong <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
NorahXiong and pre-commit-ci[bot] authored Jan 19, 2025
1 parent 58312fb commit df116a0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion autoware_internal_planning_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ 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"
DEPENDENCIES
builtin_interfaces
geometry_msgs
std_msgs
autoware_planning_msgs
)

if(BUILD_TESTING)
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
1 change: 1 addition & 0 deletions autoware_internal_planning_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<exec_depend>rosidl_default_runtime</exec_depend>

<depend>autoware_planning_msgs</depend>
<depend>builtin_interfaces</depend>
<depend>geometry_msgs</depend>
<depend>std_msgs</depend>
Expand Down

0 comments on commit df116a0

Please sign in to comment.