File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ DDS* as middleware layer: ``rmw_fastrtps_cpp`` and ``rmw_fastrtps_dynamic_cpp``.
2424The main difference between the two is that ``rmw_fastrtps_dynamic_cpp `` uses introspection type support at run time to
2525decide on the serialization/deserialization mechanism, while ``rmw_fastrtps_cpp `` uses its own type support, which
2626generates 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.
3030This 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
You can’t perform that action at this time.
0 commit comments