executive-smach: initial commit

This commit is contained in:
Lukas Bulwahn 2013-10-12 12:49:45 +02:00
parent de0bdea93a
commit f3af441ba9
4 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,9 @@
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "1a8ae6b09936f75bf2bdb8300b46fb2f"
SRC_URI[sha256sum] = "12da6987a028b49dab269105519a4b23ce3a67cfeba475cd5b2b35ea8b23adf4"
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
inherit catkin
ROS_SPN = "executive_smach"

View File

@ -0,0 +1,8 @@
DESCRIPTION = "this package contains a set of messages that are used by the introspection interfaces for smach."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "message-generation std-msgs"
require executive-smach.inc

View File

@ -0,0 +1,6 @@
DESCRIPTION = "The smach_ros package contains extensions for the SMACH library to integrate it tightly with ROS."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=17;endline=17;md5=d566ef916e9dedc494f5f793a6690ba5"
require executive-smach.inc

View File

@ -0,0 +1,6 @@
DESCRIPTION = "SMACH is a task-level architecture for rapidly creating complex robot behavior."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=14;endline=14;md5=d566ef916e9dedc494f5f793a6690ba5"
require executive-smach.inc