include recently added recipes in packagegroups

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
This commit is contained in:
Lukas Bulwahn 2017-02-03 05:58:20 +01:00
parent 48ff1fca6d
commit 4250542cc5
2 changed files with 17 additions and 3 deletions

View File

@ -9,6 +9,7 @@ RDEPENDS_${PN} = "\
rosconsole \
rosparam \
catkin \
catkin-runtime \
genmsg \
rosgraph \
genpy \
@ -50,4 +51,5 @@ RDEPENDS_${PN} = "\
message-runtime \
rostime \
gencpp \
roslz4 \
"

View File

@ -37,6 +37,7 @@ RDEPENDS_${PN} = "\
tf2-msgs \
tf2-py \
tf2-ros \
tf2-sensor-msgs \
tf2-tools \
eigen-conversions \
kdl-conversions \
@ -65,6 +66,8 @@ RDEPENDS_${PN} = "\
hardware-interface \
joint-limits-interface \
transmission-interface \
collada-parser \
collada-urdf \
kdl-parser \
resource-retriever \
urdf-parser-plugin \
@ -171,11 +174,20 @@ RDEPENDS_${PN} = "\
rosbridge-server \
rosbridge-suite \
ar-track-alvar \
ar-track-alvar-msgs \
moveit-core \
moveit-msgs \
moveit-ros-perception \
moveit-ros-planning \
mavros-msgs \
cv-camera \
object-recognition-msgs \
srdfdom \
"
# collada-parser and collada-urdf require collada-dom, which does not compile with gcc6.
# ros-mavlink fails while configuring; libmavconn, mavros, mavros-extras depend on ros-mavlink.
# urdfdom-headers is an empty deploy package.
# image-view requires gtk+, but it cannot be found by cmake for some reason.
# sound-play requires python-gst (which is not available in any layers' master branch)
# joint-state-publisher still has some issues.
# joint-state-publisher requires opengl distro feature and has further issues building.
# freenect-camera and freenect-launch requires opengl distro feature.