Skip to content

Commit f7f3785

Browse files
gbiggsclalancette
andauthored
Update list of Tier 1 middlewares (ros2#861)
* Update list of Tier 1 middlewares Co-authored-by: Chris Lalancette <[email protected]>
1 parent da55ec0 commit f7f3785

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/Contributing/Developer-Guide.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,11 @@ Changes to RMW API
339339
^^^^^^^^^^^^^^^^^^
340340

341341
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):
343343

344-
* `rmw_fastrtps <https://github.com/ros2/rmw_fastrtps/tree/master/rmw_fastrtps_cpp>`__
344+
* `rmw_fastrtps <https://github.com/ros2/rmw_fastrtps>`__
345345
* `rmw_connext <https://github.com/ros2/rmw_connext>`__
346+
* `rmw_cyclonedds <https://github.com/ros2/rmw_cyclonedds>`__
346347

347348
Updates for non-Tier 1 middleware libraries should also be considered if feasible (e.g. depending on the size of the change).
348349
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

Comments
 (0)