actionlib-tutorials: initial commit
This commit is contained in:
parent
6a53225497
commit
8a36b4244e
|
@ -0,0 +1,8 @@
|
||||||
|
DESCRIPTION = "The actionlib_tutorials package"
|
||||||
|
SECTION = "devel"
|
||||||
|
LICENSE = "BSD"
|
||||||
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||||
|
|
||||||
|
DEPENDS = "roscpp actionlib message-generation std-msgs actionlib-msgs"
|
||||||
|
|
||||||
|
require common-tutorials.inc
|
|
@ -25,6 +25,7 @@ RDEPENDS_${PN} = "\
|
||||||
stereo-msgs \
|
stereo-msgs \
|
||||||
trajectory-msgs \
|
trajectory-msgs \
|
||||||
visualization-msgs \
|
visualization-msgs \
|
||||||
|
actionlib-tutorials \
|
||||||
nodelet-tutorial-math \
|
nodelet-tutorial-math \
|
||||||
pluginlib-tutorials \
|
pluginlib-tutorials \
|
||||||
console-bridge \
|
console-bridge \
|
||||||
|
|
Loading…
Reference in New Issue