Skip to content

Commit

Permalink
Merge pull request #2823 from mqcmd196/PR/add-opencv-dep
Browse files Browse the repository at this point in the history
[jsk_recognition_utils] add OpenCV to catkin_depends
  • Loading branch information
k-okada committed Jun 13, 2024
2 parents ff5872f + 64c8795 commit f05c0d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsk_recognition_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ endif(CCACHE_FOUND)
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS
cv_bridge
dynamic_reconfigure
jsk_recognition_msgs
pcl_ros
Expand Down Expand Up @@ -52,7 +53,7 @@ generate_dynamic_reconfigure_options(
catkin_package(
INCLUDE_DIRS include
LIBRARIES jsk_recognition_utils
CATKIN_DEPENDS jsk_recognition_msgs pcl_ros visualization_msgs message_runtime
CATKIN_DEPENDS cv_bridge jsk_recognition_msgs pcl_ros visualization_msgs message_runtime
)

# Cythonize pyx files
Expand Down
2 changes: 2 additions & 0 deletions jsk_recognition_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<buildtool_depend condition="$ROS_PYTHON_VERSION == 3">python3-setuptools</buildtool_depend>

<buildtool_depend>catkin</buildtool_depend>
<build_depend>cv_bridge</build_depend>
<build_depend condition="$ROS_PYTHON_VERSION==2">cython</build_depend>
<build_depend condition="$ROS_PYTHON_VERSION==3">cython3</build_depend>
<build_depend>eigen_conversions</build_depend>
Expand All @@ -35,6 +36,7 @@
<build_depend>visualization_msgs</build_depend>
<build_depend>yaml-cpp</build_depend>
<build_depend>message_generation</build_depend>
<exec_depend>cv_bridge</exec_depend>
<exec_depend>eigen_conversions</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>image_geometry</exec_depend>
Expand Down

0 comments on commit f05c0d5

Please sign in to comment.