79 lines
2.9 KiB
BlitzBasic
79 lines
2.9 KiB
BlitzBasic
# Generated by superflore -- DO NOT EDIT
|
|
#
|
|
# Copyright 2019 Open Source Robotics Foundation
|
|
|
|
inherit ros_distro_${ROS_DISTRO}
|
|
inherit ros_superflore_generated
|
|
|
|
DESCRIPTION = "The video_stream_opencv package contains a node to publish a video stream (the protocols that opencv supports are supported, including rtsp, webcams on /dev/video and video files) in ROS image topics, it supports camera info and basic image flipping (horizontal, vertical or both) capabilities, also adjusting publishing rate."
|
|
AUTHOR = "Sammy Pfeiffer <Sammy.Pfeiffer@student.uts.edu.au>"
|
|
ROS_AUTHOR = "Sammy Pfeiffer"
|
|
HOMEPAGE = "http://www.ros.org/wiki/video_stream_opencv"
|
|
SECTION = "devel"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=18;endline=18;md5=d566ef916e9dedc494f5f793a6690ba5"
|
|
|
|
ROS_CN = "video_stream_opencv"
|
|
ROS_BPN = "video_stream_opencv"
|
|
|
|
ROS_BUILD_DEPENDS = " \
|
|
camera-info-manager \
|
|
cv-bridge \
|
|
image-transport \
|
|
roscpp \
|
|
rospy \
|
|
sensor-msgs \
|
|
"
|
|
|
|
ROS_BUILDTOOL_DEPENDS = " \
|
|
catkin-native \
|
|
"
|
|
|
|
ROS_EXPORT_DEPENDS = " \
|
|
camera-info-manager \
|
|
cv-bridge \
|
|
image-transport \
|
|
roscpp \
|
|
rospy \
|
|
sensor-msgs \
|
|
"
|
|
|
|
ROS_BUILDTOOL_EXPORT_DEPENDS = ""
|
|
|
|
ROS_EXEC_DEPENDS = " \
|
|
camera-info-manager \
|
|
cv-bridge \
|
|
image-transport \
|
|
roscpp \
|
|
rospy \
|
|
sensor-msgs \
|
|
"
|
|
|
|
# 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/ros-drivers/video_stream_opencv-release/archive/release/melodic/video_stream_opencv/1.1.5-0.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
|
SRC_URI[md5sum] = "3d478edd9ab26d4c46fbb8d4cc603c47"
|
|
SRC_URI[sha256sum] = "ed2b46c502c9f63dbc62af074bbf0407d249c84f8509227ae5d2346204fe1186"
|
|
S = "${WORKDIR}/video_stream_opencv-release-release-melodic-video_stream_opencv-1.1.5-0"
|
|
|
|
ROS_COMPONENT_TYPE = "${@ros_distro__get_component_type('video-stream-opencv', d)}"
|
|
ROS_BUILD_TYPE = "catkin"
|
|
|
|
# Allow the above settings to be overridden.
|
|
ROS_INCLUDES_TREE := "${@ros_superflore_generated__get_includes_tree('video-stream-opencv', d)}"
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/video-stream-opencv/video-stream-opencv_common.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/video-stream-opencv/video-stream-opencv-${PV}_common.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/video-stream-opencv/${BPN}.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/video-stream-opencv/${BPN}-${PV}.inc
|
|
|
|
inherit ${ROS_COMPONENT_TYPE}_component
|
|
inherit ros_${ROS_BUILD_TYPE}
|