forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-06 1622ff3442ff6aecc1f538cda437379d1f6a4a93
1
2
3
4
5
6
7
8
9
10
11
12
#default to KINETIC
CV_BRIDGE_VERSION = 1.12.8
ifeq ($(BR2_PACKAGE_ROS_INDIGO),y)
CV_BRIDGE_VERSION = 1.11.16
endif
 
CV_BRIDGE_SITE = $(call github,ros-perception,vision_opencv,$(CV_BRIDGE_VERSION))
CV_BRIDGE_SUBDIR = cv_bridge
 
CV_BRIDGE_DEPENDENCIES += boost rosconsole sensor-msgs host-python-numpy opencv3
 
$(eval $(catkin-package))