Skip to content

Commit

Permalink
perf(static_centerline_optimizer): cleanup the package dependencies (#…
Browse files Browse the repository at this point in the history
…6697)

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
  • Loading branch information
maxime-clem authored Mar 28, 2024
1 parent fe5e63f commit 1ed6462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
12 changes: 0 additions & 12 deletions planning/static_centerline_optimizer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ find_package(builtin_interfaces REQUIRED)
find_package(geometry_msgs REQUIRED)
find_package(rosidl_default_generators REQUIRED)
find_package(std_msgs REQUIRED)
find_package(Eigen3 REQUIRED)
find_package(OpenCV REQUIRED)

rosidl_generate_interfaces(
static_centerline_optimizer
Expand All @@ -27,16 +25,6 @@ ament_auto_add_executable(main
src/utils.cpp
)

target_include_directories(main
SYSTEM PUBLIC
${OpenCV_INCLUDE_DIRS}
${EIGEN3_INCLUDE_DIR}
)

target_link_libraries(main
${OpenCV_LIBRARIES}
)

if(${rosidl_cmake_VERSION} VERSION_LESS 2.5.0)
rosidl_target_interfaces(main
static_centerline_optimizer "rosidl_typesupport_cpp")
Expand Down
5 changes: 3 additions & 2 deletions planning/static_centerline_optimizer/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
<depend>autoware_auto_mapping_msgs</depend>
<depend>autoware_auto_perception_msgs</depend>
<depend>autoware_auto_planning_msgs</depend>
<depend>behavior_path_planner</depend>
<depend>behavior_velocity_planner</depend>
<depend>behavior_path_planner_common</depend>
<depend>geometry_msgs</depend>
<depend>global_parameter_loader</depend>
<depend>interpolation</depend>
Expand All @@ -43,6 +42,8 @@
<test_depend>ament_cmake_gmock</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>autoware_lint_common</test_depend>
<test_depend>behavior_path_planner</test_depend>
<test_depend>behavior_velocity_planner</test_depend>
<test_depend>ros_testing</test_depend>

<member_of_group>rosidl_interface_packages</member_of_group>
Expand Down

0 comments on commit 1ed6462

Please sign in to comment.