Merge pull request #93 from bulwahn/image-transport

provides the image-transport recipe
This commit is contained in:
herbrechtsmeier 2013-06-11 04:54:20 -07:00
commit 5f4f97a8f0
12 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,8 @@
DESCRIPTION = "actionlib_msgs defines the common messages to interact with an \
action server and an action client."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=12;endline=12;md5=d566ef916e9dedc494f5f793a6690ba5"
require common-msgs.inc

View File

@ -0,0 +1,9 @@
SRC_URI = "https://github.com/ros/common_msgs/archive/${PV}.tar.gz;downloadfilename=common_msgs-${PV}.tar.gz"
SRC_URI[md5sum] = "84fb70d6ba4c796903bb4b95b551e19a"
SRC_URI[sha256sum] = "a4a02bce606c3468dcc93abdc49fc855f0d81c90a56f24594f8fa691f9a6b776"
inherit catkin
S = "${WORKDIR}/common_msgs-${PV}/${ROS_BPN}"
DEPENDS = "cpp-common roscpp-serialization message-generation-native message-runtime-native std-msgs"

View File

@ -0,0 +1,7 @@
DESCRIPTION = "\This package holds the diagnostic messages which provide the \
standardized interface for the diagnostic and runtime monitoring systems in ROS."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=17;endline=17;md5=d566ef916e9dedc494f5f793a6690ba5"
require common-msgs.inc

View File

@ -0,0 +1,7 @@
DESCRIPTION = "geometry_msgs provides messages for common geometric primitives \
such as points, vectors, and poses."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5"
require common-msgs.inc

View File

@ -0,0 +1,8 @@
DESCRIPTION = "nav_msgs defines the common messages used to interact with the navigation stack."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
require common-msgs.inc
DEPENDS += "actionlib-msgs geometry-msgs"

View File

@ -0,0 +1,9 @@
DESCRIPTION = "This package defines messages for commonly used sensors, including \
cameras and scanning laser rangefinders."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
require common-msgs.inc
DEPENDS += "geometry-msgs"

View File

@ -0,0 +1,8 @@
DESCRIPTION = "shape_msgs"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
require common-msgs.inc
DEPENDS += "geometry-msgs"

View File

@ -0,0 +1,9 @@
DESCRIPTION = "stereo_msgs contains messages specific to stereo processing, \
such as disparity images."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
require common-msgs.inc
DEPENDS += "sensor-msgs"

View File

@ -0,0 +1,6 @@
DESCRIPTION = "trajectory_msgs"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
require common-msgs.inc

View File

@ -0,0 +1,9 @@
DESCRIPTION = "visualization_msgs is a set of messages used by higher level \
packages, such as rviz, that deal in visualization-specific data."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=12;endline=12;md5=d566ef916e9dedc494f5f793a6690ba5"
require common-msgs.inc
DEPENDS += "geometry-msgs"

View File

@ -0,0 +1,7 @@
SRC_URI = "https://github.com/ros-perception/image_common/archive/${PV}.tar.gz;downloadfilename=image_common-${PV}.tar.gz"
SRC_URI[md5sum] = "1831f995e72eeeb143b0d3f072a2c153"
SRC_URI[sha256sum] = "e111bb72da8df67efb742c05742d774a337266e0b2a70073e283c157b4ab7029"
inherit catkin
S = "${WORKDIR}/image_common-${PV}/${ROS_BPN}"

View File

@ -0,0 +1,9 @@
DESCRIPTION = "image_transport should always be used to subscribe to and publish images."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=14;endline=14;md5=68b329da9893e34099c7d8ad5cb9c940"
DEPENDS = "message-filters pluginlib rosconsole roscpp roslib sensor-msgs"
require image-common.inc