You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/Contributing/Developer-Guide.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,10 +339,11 @@ Changes to RMW API
339
339
^^^^^^^^^^^^^^^^^^
340
340
341
341
When updating `RMW API <https://github.com/ros2/rmw>`__, it is required that RMW implementations for the Tier 1 middleware libraries are updated as well.
342
-
For example, a new function ``rmw_foo()`` introduced to the RMW API must be implemented in the following packages (as of ROS Crystal):
342
+
For example, a new function ``rmw_foo()`` introduced to the RMW API must be implemented in the following packages (as of ROS Foxy):
Updates for non-Tier 1 middleware libraries should also be considered if feasible (e.g. depending on the size of the change).
348
349
See `REP-2000 <https://www.ros.org/reps/rep-2000.html#crystal-clemmys-december-2018-december-2019>`__ for the list of middleware libraries and their tiers.
0 commit comments