Skip to content

Commit 849ac2b

Browse files
[21684] Update Foxy reference in ROS 2 section (#922)
* Refs #21684: Update Foxy reference Signed-off-by: eProsima <jesuspoderoso@eprosima.com> * Refs #21684: Apply rev suggestions Signed-off-by: eProsima <jesuspoderoso@eprosima.com> * Refs #21684: Uncrustify Signed-off-by: eProsima <jesuspoderoso@eprosima.com> --------- Signed-off-by: eProsima <jesuspoderoso@eprosima.com>
1 parent 9cec2a9 commit 849ac2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/fastdds/ros2/ros2.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ DDS* as middleware layer: ``rmw_fastrtps_cpp`` and ``rmw_fastrtps_dynamic_cpp``.
2424
The main difference between the two is that ``rmw_fastrtps_dynamic_cpp`` uses introspection type support at run time to
2525
decide on the serialization/deserialization mechanism, while ``rmw_fastrtps_cpp`` uses its own type support, which
2626
generates the mapping for each message type at build time.
27-
The default ROS 2 RMW implementation until *Foxy* is ``rmw_fastrtps_cpp``.
28-
For *Galactic* the environment variable ``RMW_IMPLEMENTATION`` has to be set to select ``rmw_fastrtps_cpp`` in order to
29-
use *Fast DDS* as the middleware layer.
27+
The default ROS 2 RMW implementation in all distributions except *EOL Galactic* is ``rmw_fastrtps_cpp``.
28+
For *EOL Galactic* the environment variable ``RMW_IMPLEMENTATION`` has to be set to select ``rmw_fastrtps_cpp`` in
29+
order to use *Fast DDS* as the middleware layer.
3030
This environment variable can also be used to select the ``rmw_fastrtps_dynamic_cpp`` implementation:
3131

3232
#. Exporting ``RMW_IMPLEMENTATION`` environment variable:
@@ -55,7 +55,7 @@ This environment variable can also be used to select the ``rmw_fastrtps_dynamic_
5555

5656
.. note::
5757

58-
Since *Galactic* you may have to install the ``rmw_fastrtps_cpp`` package:
58+
On *EOL Galactic* you may have to install the ``rmw_fastrtps_cpp`` package:
5959

6060
.. code-block:: bash
6161

0 commit comments

Comments
 (0)