forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-06 36f0949ef9854b82a9a3154d970da4e3b8d12a61
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))