ros2 / rmw_zenoh

RMW for ROS 2 using Zenoh as the middleware
Apache License 2.0
144 stars 29 forks source link

Fix query queue for multiple clients #159

Closed Yadunund closed 2 months ago

Yadunund commented 2 months ago

This PR cherry-picks commits from #153 that were reverted in #157 that fix how we store and access queries from different clients.

Validated that the changes here fix #152

nav2 and open-rmf also work.