stereolabs / zed-ros2-wrapper

ROS 2 wrapper for the ZED SDK
https://www.stereolabs.com/docs/ros2/
Apache License 2.0
134 stars 139 forks source link

Robot global namespace #200

Closed rafal-gorecki closed 1 week ago

rafal-gorecki commented 5 months ago

Preliminary Checks

Proposal

Hello, Nowhere in the documentation can I find information about a global namespace that could be appended before the camera name.

Do you have a solution prepared for such an issue? Or could you advise what should be added to your launch to solve this problem.

Use-Case

In my configuration of two robots with zed cameras I would like to have the following topics: robot1: /robot1/zed/zed_wraper/... robot2: /robot2/zed/zed_wraper/...

Regards