Commit e67ab70 1 parent 2f761e1 commit e67ab70 Copy full SHA for e67ab70
File tree 2 files changed +6
-0
lines changed
localization/yabloc/yabloc_pose_initializer
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ find_package(PCL REQUIRED COMPONENTS common kdtree)
14
14
# Sophus
15
15
find_package (Sophus REQUIRED)
16
16
17
+ # OpenCV
18
+ find_package (OpenCV REQUIRED)
19
+
17
20
# ===================================================
18
21
# Executable
19
22
# Camera
@@ -28,6 +31,7 @@ ament_auto_add_executable(${TARGET}
28
31
target_include_directories (${TARGET} PUBLIC include )
29
32
target_include_directories (${TARGET} SYSTEM PRIVATE ${EIGEN3_INCLUDE_DIRS} ${PCL_INCLUDE_DIRS} )
30
33
target_link_libraries (${TARGET} ${PCL_LIBRARIES} Sophus::Sophus)
34
+ ament_target_dependencies(${TARGET} OpenCV)
31
35
32
36
# ===================================================
33
37
ament_auto_package(INSTALL_TO_SHARE config launch)
Original file line number Diff line number Diff line change 17
17
<buildtool_depend >rosidl_default_generators</buildtool_depend >
18
18
19
19
<depend >autoware_auto_mapping_msgs</depend >
20
+ <depend >cv_bridge</depend >
20
21
<depend >geometry_msgs</depend >
21
22
<depend >lanelet2_extension</depend >
23
+ <depend >libopencv-dev</depend >
22
24
<depend >rclcpp</depend >
23
25
<depend >sensor_msgs</depend >
24
26
<depend >tier4_localization_msgs</depend >
You can’t perform that action at this time.
0 commit comments