ros2 / rmw_zenoh

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

Revamp how we compute the return value for rmw_wait(). #209

Closed clalancette closed 1 week ago

clalancette commented 1 week ago

In particular, the only thing we really care about is whether or not there were ready items in the things we are waiting on. If so, we return RMW_RET_OK; if not, we return RMW_RET_TIMEOUT.