hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBUVC_CAMERA_VERSION = 0.0.9
LIBUVC_CAMERA_SITE = $(call github,ros-drivers,libuvc_ros,$(LIBUVC_CAMERA_VERSION))
LIBUVC_CAMERA_SUBDIR = libuvc_camera
 
LIBUVC_CAMERA_DEPENDENCIES = roscpp dynamic-reconfigure nodelet sensor-msgs camera-info-manager image-transport libuvc
 
define LIBUVC_CAMERA_FIX_PYTHON_BUILD
   $(SED) 's#python2#python#' \
       $(@D)/libuvc_camera/cfg/UVCCamera.cfg
endef
LIBUVC_CAMERA_POST_PATCH_HOOKS += LIBUVC_CAMERA_FIX_PYTHON_BUILD
 
$(eval $(catkin-package))