The zed-ros-interfaces
repository install the zed_interfaces
ROS package which defines the custom topics, services and actions used by the ZED ROS Wrapper to interface with ROS.
If you already installed the ZED ROS Wrapper or you plan to install it on this machine, this package is not required because it is automatically integrated by zed-ros-wrapper
as a git submodule to satisfy all the required dependencies.
You must instead install this package on a remote system that must retrieve the topics sent by the ZED Wrapper (e.g. the list of detected objects obtained with the Object Detection module) or call services and actions to control the status of the ZED Wrapper.
Note: this package does not require CUDA, hence it can be used to receive the ZED data also on machines not equipped with an Nvidia GPU.
The zed_interfaces
is a catkin package. It depends 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-interfaces.git
$ cd ../
$ rosdep install --from-paths src --ignore-src -r -y
$ catkin_make -DCMAKE_BUILD_TYPE=Release
$ source ./devel/setup.bash
You can get more information reading the Stereolabs online documentation
You can get more information reading the Stereolabs online documentation