common-msgs: initial commit of all common messages

This commit is contained in:
Lukas Bulwahn 2013-06-10 09:19:00 +02:00
parent 5fe077c822
commit bd33c6f906
10 changed files with 80 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"