From 378053e12458acbe92d95d582f0fd0c0aa8cbe39 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Mon, 29 Mar 2021 17:39:49 -0400 Subject: [PATCH] Make list alphabetical. Signed-off-by: Chris Lalancette --- source/Contributing/Developer-Guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Contributing/Developer-Guide.rst b/source/Contributing/Developer-Guide.rst index 0aa4ea4e468..057e0dad5dc 100644 --- a/source/Contributing/Developer-Guide.rst +++ b/source/Contributing/Developer-Guide.rst @@ -341,9 +341,9 @@ Changes to RMW API When updating `RMW API `__, it is required that RMW implementations for the Tier 1 middleware libraries are updated as well. For example, a new function ``rmw_foo()`` introduced to the RMW API must be implemented in the following packages (as of ROS Galactic): -* `rmw_fastrtps `__ * `rmw_connextdds `__ * `rmw_cyclonedds `__ +* `rmw_fastrtps `__ Updates for non-Tier 1 middleware libraries should also be considered if feasible (e.g. depending on the size of the change). See `REP-2000 `__ for the list of middleware libraries and their tiers.