Skip to content

Commit

Permalink
build(landmark_tf_caster): add missing libopencv-dev dependency (#5138)
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve authored Sep 26, 2023
1 parent 05f8ad2 commit 79d76ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,10 @@ endif()
find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()

find_package(OpenCV REQUIRED)

ament_auto_add_executable(landmark_tf_caster
src/landmark_tf_caster_node.cpp
src/landmark_tf_caster_core.cpp
)
target_include_directories(landmark_tf_caster
SYSTEM PUBLIC
${OpenCV_INCLUDE_DIRS}
)

ament_auto_package(
INSTALL_TO_SHARE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<depend>autoware_auto_mapping_msgs</depend>
<depend>geometry_msgs</depend>
<depend>lanelet2_extension</depend>
<depend>libopencv-dev</depend>
<depend>rclcpp</depend>
<depend>tf2_eigen</depend>
<depend>tf2_geometry_msgs</depend>
Expand Down

0 comments on commit 79d76ca

Please sign in to comment.