Commit Graph

6 Commits

Author SHA1 Message Date
Martin Jansa afd981a792 realsense-camera: require ros-realsense DISTRO_FEATURE, because it depends on optional meta-intel-realsense layer
* resolves following error in world builds without everybody needing
  to blacklist it manually for builds which don't include
  meta-intel-realsense layer, we could use dynamic layers for this, but
  as long as this is the only recipe depending on optional layer, we
  can just use this DISTRO_FEATURE (like thud branch of meta-ros is
  using now).

  NOTE: Resolving any missing task queue dependencies
  ERROR: Nothing PROVIDES 'librealsense' (but /OE/build/oe-core/meta-ros/recipes-extended/realsense-camera/realsense-camera_1.8.0.bb DEPENDS on or otherwise requires it)
  ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
  Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'realsense-camera', 'librealsense']

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2019-07-03 17:41:56 +00:00
Murilo Belluzzo 3e559b5b43 realsense_camera: bump to version 1.8.0
This version includes important fixes for those working with point
cloud.

The remaining patch was already merged upstream on intel-ros/realsense
and will probably make through v1.8.1. So it will be possible to drop
it soon.

Signed-off-by: Murilo Belluzzo <murilo.belluzzo@intel.com>
2017-04-13 16:42:59 +03:00
Murilo Belluzzo 0775857f4a 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>
2017-04-13 16:42:59 +03:00
Murilo Belluzzo 008012224c realsense_camera: Add patch to correct link the node...
... when the system library is used.

Signed-off-by: Murilo Belluzzo <murilo.belluzzo@intel.com>
2017-04-13 16:42:59 +03:00
Dmitry Rozhkov 7f889a8a53 librealsense: drop the recipe
As the main repository for the librealsense recipe now contains
fixes required for linking catkin-based packages against it
we can stop maintaining our own version of librealsense recipe.

Also this patch adapts realsense-camera recipe to link against
the non-catkin version of librealsense.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-03-17 11:02:30 +02:00
Dmitry Rozhkov 9b1a38613a realsense-camera: Add support for RealSense camera
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2016-12-12 11:45:09 +02:00