Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Stereolabs ZED Camera - ROS 2 Display package

This package lets you visualize in the ROS 2 RViz application all the possible information that can be acquired using a Stereolabs camera. The package provides the launch files for ZED, ZED Mini and ZED 2 camera models.

Note: The main package zed-ros2-wrapper is required to correctly execute the ROS node to acquire data from a Stereolabs 3D camera.

Getting started

Prerequisites

Installation

The zed_display_rviz2 is a colcon package.

Install the zed-ros2-wrapper package following the installation guide

Install the zed-ros2-examples package following the installation guide

Execution

Use the following launch command to start the ZED ROS2 Wrapper node and RVIZ2 with the default setting for the camera that you are using:

$ ros2 launch zed_display_rviz2 display_zed_cam.launch.py camera_model:=<camera_model>

Replace <camera_model> with the model of the camera that you are using: 'zed', 'zedm', 'zed2', 'zed2i', 'zedx', 'zedxm', 'virtual'.

ZED rendering on Rviz ZED rendering on Rviz ZED rendering on Rviz

Detailed information