Skip to content

Latest commit

 

History

History

zed_display_rviz

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Stereolabs ZED Camera - ROS Display package

This package lets you visualize in the ROS 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-ros-wrapper is required to correctly execute the ROS node to acquire data from a Stereolabs 3D camera.

Getting started

  • First, be sure to have installed the main ROS package to integrate the ZED cameras in the ROS framework: zed-ros-wrapper
  • Install the package
  • Read the online documentation for More information

Prerequisites

Installation

The zed_display_rviz is a catkin package. It depends on the following ROS packages:

  • rviz
  • rviz_imu_plugin
  • zed_wrapper

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

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

Execution

If you own a ZED camera launch:

$ $ roslaunch zed_display_rviz display_zed.launch

If you own a ZED Mini camera launch:

$ $ roslaunch zed_display_rviz display_zedm.launch

If you own a ZED 2 camera launch:

$ roslaunch zed_display_rviz display_zed2.launch

If you own a ZED 2i camera launch:

$ roslaunch zed_display_rviz display_zed2i.launch    

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

Detailed information