rocon-app-platform: initial recipes
This commit is contained in:
parent
f43f5ba416
commit
10420ea3c7
|
@ -0,0 +1,13 @@
|
|||
DESCRIPTION = "The public interface and retaskable interface for a robot."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "roslint"
|
||||
|
||||
require rocon-app-platform.inc
|
||||
|
||||
RDEPENDS_${PN} = "capabilities gateway-msgs rocon-app-manager-msgs rocon-app-utilities \
|
||||
rocon-apps rocon-console rocon-gateway-utils rocon-gateway rocon-hub rocon-interactions \
|
||||
rocon-master-info rocon-python-comms rocon-python-utils rocon-std-msgs rocon-uri \
|
||||
roslib rosmaster rospy std-msgs"
|
|
@ -0,0 +1,9 @@
|
|||
SRC_URI = "https://github.com/robotics-in-concert/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
||||
SRC_URI[md5sum] = "defca2d4c405502249bd4888bee837f6"
|
||||
SRC_URI[sha256sum] = "72eae53692744d04d580a549449d5346edf28a67f25265db3ba371f467b0a03a"
|
||||
|
||||
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
|
||||
|
||||
inherit catkin
|
||||
|
||||
ROS_SPN = "rocon_app_platform"
|
|
@ -0,0 +1,10 @@
|
|||
DESCRIPTION = "The rocon_app_utilities package"
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "${PYTHON_PN}-catkin-pkg roslint"
|
||||
|
||||
require rocon-app-platform.inc
|
||||
|
||||
RDEPENDS_${PN} = "rocon-console rocon-python-utils rocon-uri ${PYTHON_PN}-rospkg roslaunch"
|
|
@ -0,0 +1,8 @@
|
|||
DESCRIPTION = "Core rocon apps for use with the appmanager and rocon concert."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
require rocon-app-platform.inc
|
||||
|
||||
RDEPENDS_${PN} = "bash gateway-msgs rocon-app-manager-msgs roslib rospy rospy-tutorials topic-tools"
|
Loading…
Reference in New Issue