forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-08-21 fc437ccf3419c424092701f3d883215fa4552a8b
1
2
3
4
5
6
7
8
9
10
11
12
#default to KINETIC
ROSCPP_CORE_VERSION = 0.6.11
 
ifeq ($(BR2_PACKAGE_ROS_INDIGO),y)
ROSCPP_CORE_VERSION = 0.5.8
endif
 
ROSCPP_CORE_SITE = $(call github,ros,roscpp_core,$(ROSCPP_CORE_VERSION))
ROSCPP_CORE_SUBDIR = roscpp_core
ROSCPP_CORE_DEPENDENCIES += cpp_common rostime roscpp_traits roscpp_serialization
 
$(eval $(catkin-package))