stereolabs / zed-ros-wrapper

ROS wrapper for the ZED SDK
https://www.stereolabs.com/docs/ros/
MIT License
447 stars 391 forks source link

zed_wrapper and disparity topic #831

Closed paaraujo closed 2 years ago

paaraujo commented 2 years ago

Preliminary Checks

Description

I am using the driver with a ZED 2i and I noticed that the topic containing the disparity image is not published. I checked all the config files and I didn't find any option to enable/disable that.

Steps to Reproduce

  1. Install ROS
  2. Download SDK
  3. Install wrapper
  4. Connect camera to laptop
  5. Start roscore
  6. roslaunch zed_wrapper zed2i.launch

Expected Result

See all topics listed in the ZED website.

Actual Result

I can't see the topic disparity/disparity_image

ZED Camera model

ZED2i

Environment

OS: Ubuntu 20.04
CPU: Core i7
GPU: Nvidia GeForce 3600
SDK: 3.7.2
ROS: Noetic

Anything else?

No response

Myzhar commented 2 years ago

Hi @paaraujo the topic is automatically published when the node starts, there are no option to enable/disable it:

walter@walter-desktop ~ $ ros2 topic list | grep disparity
/zed2i/zed_node/disparity/disparity_image
github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days