realsense_camera: Add 'rbgd-launch' to RDEPENDS

This node always install launch setups that uses rgbd-launch, so it
needs to be listed as a dependency otherwise those configs won't work.

Signed-off-by: Murilo Belluzzo <murilo.belluzzo@intel.com>
This commit is contained in:
Murilo Belluzzo 2017-04-10 14:21:32 -07:00 committed by Dmitry Rozhkov
parent 008012224c
commit 0775857f4a
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=4bcd5f0e140091c68f8c0bcfdd6181e0"
DEPENDS = "librealsense cv-bridge camera-info-manager pcl-ros roscpp"
RDEPENDS_${PN} = "rgbd-launch"
SRC_URI = "https://github.com/intel-ros/realsense/archive/${PV}.tar.gz \
file://0001-Add-option-to-link-against-non-catkin-librealsense.patch \