# Generated by superflore -- DO NOT EDIT # # Copyright 2019 Open Source Robotics Foundation inherit ros_distro_${ROS_DISTRO} inherit ros_superflore_generated DESCRIPTION = "Segmentation Functionality from the RAIL Lab" AUTHOR = "Russell Toris " ROS_AUTHOR = "Russell Toris " HOMEPAGE = "http://ros.org/wiki/rail_segmentation" SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5" ROS_CN = "rail_segmentation" ROS_BPN = "rail_segmentation" ROS_BUILD_DEPENDS = " \ boost \ message-generation \ pcl-conversions \ pcl-ros \ pkgconfig \ rail-manipulation-msgs \ roscpp \ roslib \ sensor-msgs \ std-srvs \ tf \ tf2 \ tf2-ros \ yaml-cpp \ " ROS_BUILDTOOL_DEPENDS = " \ catkin-native \ " ROS_EXPORT_DEPENDS = " \ boost \ message-runtime \ pcl-conversions \ pcl-ros \ rail-manipulation-msgs \ roscpp \ roslib \ sensor-msgs \ std-srvs \ tf \ tf2 \ tf2-ros \ yaml-cpp \ " ROS_BUILDTOOL_EXPORT_DEPENDS = "" ROS_EXEC_DEPENDS = " \ boost \ message-runtime \ pcl-conversions \ pcl-ros \ rail-manipulation-msgs \ roscpp \ roslib \ sensor-msgs \ std-srvs \ tf \ tf2 \ tf2-ros \ yaml-cpp \ " # Currently informational only -- see http://www.ros.org/reps/rep-0149.html#dependency-tags. ROS_TEST_DEPENDS = "" DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # Bitbake doesn't support the "export" concept, so build them as if we needed them to build this package (even though we actually # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}" SRC_URI = "https://github.com/gt-rail-release/rail_segmentation/archive/release/melodic/rail_segmentation/0.1.13-1.tar.gz;downloadfilename=${ROS_SP}.tar.gz" SRC_URI[md5sum] = "a5fcf61aa4555de340a75ed18528132e" SRC_URI[sha256sum] = "29d9af2bbd8e7ead64bd84b8ab8bbf2911044c772de9a5d77913d927a52b0cb0" S = "${WORKDIR}/rail_segmentation-release-melodic-rail_segmentation-0.1.13-1" ROS_COMPONENT_TYPE = "${@ros_distro__get_component_type('rail-segmentation', d)}" ROS_BUILD_TYPE = "catkin" # Allow the above settings to be overridden. ROS_INCLUDES_TREE := "${@ros_superflore_generated__get_includes_tree('rail-segmentation', d)}" include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/rail-segmentation/rail-segmentation_common.inc include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/rail-segmentation/rail-segmentation-${PV}_common.inc include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/rail-segmentation/${BPN}.inc include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/rail-segmentation/${BPN}-${PV}.inc inherit ${ROS_COMPONENT_TYPE}_component inherit ros_${ROS_BUILD_TYPE}