ros2 / rmw_zenoh

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

Fix regression from #190 #195

Closed Yadunund closed 1 month ago

Yadunund commented 1 month ago

Fix #193

With size_t, we have an UB resulting from the for loop condition since i will always be greater than 0.