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

Asynchronous Topics #217

Closed mhubii closed 1 month ago

mhubii commented 1 month ago

Preliminary Checks

Proposal

First of all, amazing work! Love using this driver.

Not a big expert on the SDK, but it appears to me that in this driver e.g. image / depth frequencies are tightly coupled.

Slow depth estimates may thus lead to slow image publishing?

Would it be possible to have these somehow run asynchronously?

Use-Case

Image processing / recording irrespective of depth estimate. Might cause a whole lot of synchronicity issues.. Hence looking forward to the feedback / some insights!

Anything else?

No response

mhubii commented 1 month ago

closing as uncertain whether this is a local issue