Skip to content

Commit

Permalink
build(landmark_tf_caster): add missing cv_bridge dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Sep 26, 2023
1 parent 72e7855 commit d185ceb
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 @@ -12,6 +12,7 @@
<buildtool_depend>autoware_cmake</buildtool_depend>

<depend>autoware_auto_mapping_msgs</depend>
<depend>cv_bridge</depend>
<depend>geometry_msgs</depend>
<depend>lanelet2_extension</depend>
<depend>rclcpp</depend>
Expand Down

0 comments on commit d185ceb

Please sign in to comment.