ros2 / rmw_zenoh

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

Make has_triggered a regular boolean. #218

Closed clalancette closed 1 week ago

clalancette commented 1 week ago

Since it is protected by the mutex now, there is no reason to also make it an atomic (it just makes it slower).