stereolabs / zed-ros-examples

Examples for the ZED SDK ROS wrapper
https://www.stereolabs.com/docs/ros/
MIT License
84 stars 51 forks source link
ros slam stereo-vision zed-camera

Stereolabs ZED Camera - ROS Noetic Ninjemis Tutorials and Examples

This package is a collection of examples and tutorials to illustrate how to better use the ZED cameras in the ROS framework

More information

Getting started

Prerequisites

Build the program

The zed-ros-examples repository is a collection of catkin packages. They depend on the following ROS packages:

Open a terminal, clone the repository, update the dependencies and build the packages:

$ cd ~/catkin_ws/src
$ git clone https://github.com/stereolabs/zed-ros-examples.git
$ cd ../
$ rosdep install --from-paths src --ignore-src -r -y
$ catkin_make -DCMAKE_BUILD_TYPE=Release
$ source ./devel/setup.bash

Run the tutorials and examples

Rviz visualization examples

Tutorials

Examples