stereolabs / zed-ros-wrapper

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

How can I customize my own ros-zed package to achieve the image capture function? #595

Closed longningbo closed 4 years ago

longningbo commented 4 years ago

Hi, I am an beginner in ros, and I want to integrate the zed2 into my robot system. However, I found the ZED ROS wrapper include all the nodes and funcitons in the file folder, some nodes or functions are not needed in my system. And the file structure is very complex for me, so ,how can I customize my own ros package to ahcieve the left/right/depth image capture and IMU data acquire funciton in an alone ros package ? Thanks very much.

Myzhar commented 4 years ago

Hi @longningbo the only way of doing what you are planning to do is rewriting your own basilar ZED node implementing only the required features. However the current ROS wrapper is highly modular and one feature is not enabled unless you are using it subscribing the releative topic or explicitly enabling it by changing one parameter.

longningbo commented 4 years ago

ok, Thank you very much! However, it is a bad news. @Myzhar