stereolabs / zed-ros-wrapper

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

subcribe images in ros without CUDA #859

Closed flyover-26 closed 2 years ago

flyover-26 commented 2 years ago

Preliminary Checks

Proposal

hi!I would like to know whether it is possible to subcribe images and imu information by topic in ros if I do not have GPU(used in NUC).If it is ok,what the smallest resolution I can have? If it is not ok,what the smallest resolution I can have in GPU (Zed2).

Looking forward to your reply!

Use-Case

no

Anything else?

no

Myzhar commented 2 years ago

Hi @flyover-26 this is not possible with this ROS repository which is a wrapper for the ZED SDK that requires CUDA to run.

We provide an Open Source driver which does not require CUDA to run: https://github.com/stereolabs/zed-open-capture

Its performances are not comparable with the results of the ZED SDK, but it provides usable data.

You can find third-party ROS nodes based on it by searching on Github.