Intel RealSense (RGB-D Camera)

General Description

The Intel ReanSense RGB-D camera is a line of depth-sensing cameras developed by Intel for the data acquisition of both high-definition color video and depth data. They combine an RBG camera with a depth sensor to capture high-quality images alongside depth information.

Intel provides different types of depth technologies in the RealSense cameras, depending on the camera model. This repository contains the information for the deployment of D435 and L515 cameras, which use:

These cameras offer a high resolution for RBG (1080p) and depth data (720p).

Depth ranges varies depending on the model, from close-range capabilities (around 0.25m) to longer ranges (up to 10m for certain models).

RealSense cameras are compact, lightweight and are easy to integrate, making them suitable for robotics applications.

Resource Link
Source code Link to source code

Intel RealSense D435 Intel RealSense L515

Contact

The following table includes contact information of the main developers in charge of the component:

Name email Organisation
Ander Gonzalez ander.gonzalez@ikerlan.es IKERLAN
Daniel Sedano dsedano@ikerlan.es IKERLAN

License

Open source - BSD

Technical Foundations

WIP

Integrated and Open Source Components

Overview

This module requires the combination of the Intel RealSense SDK 2.0 for the control and data acquisition of the cameras, and the ROS Wrapper for the integration with ROS2.

Pre-existing Components

Intel® RealSense™ SDK 2.0

Source

The open source repository can be found in the following link:

Intel RealSense SDK 2.0

Description

The Intel RealSense SDK provides the required drivers for the RGB and depth acquisition of the Intel RealSense cameras.

Purpose in AI-PRISM

The purpose of the component is to allow the data acquisition of the Intel RealSense cameras for the ambient sensing of the surroundings of the robot to be deployed.

License

License

Intel® RealSense™ ROS Wrapper

Source

The open source repository can be found in the following link:

Intel RealSense ROS Wrapper

Description

The Intel RealSense ROS Wrapper provides the integration of the control and data acquisition performed by this line of cameras with ROS2.

Purpose in AI-PRISM

The purpose of the component is to integrate the data acquisition performed by the D435 and L515 cameras with the ROS2 framework for its further processing.

License

License

How to install

WIP

How to use

Once the component has been installed and deployed, the module will publish ROS2 topics providing RGB and depth information captured by the selected camera.

These topics shall be used by other componentes deployed in the cluster for the sensing of the surroundings of the robot and further processing.