ros2 / rmw_zenoh

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

Trigger the guard condition when the graph changes. #214

Closed clalancette closed 1 week ago

clalancette commented 1 week ago

This will ensure that any waiters on the wait_set will be woken up immediately when the graph changes.

This fixes one more test in rcl (specifically, rcl_graph__rmw_zenoh_cpp)