File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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``.
24
24
The main difference between the two is that ``rmw_fastrtps_dynamic_cpp `` uses introspection type support at run time to
25
25
decide on the serialization/deserialization mechanism, while ``rmw_fastrtps_cpp `` uses its own type support, which
26
26
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.
30
30
This environment variable can also be used to select the ``rmw_fastrtps_dynamic_cpp `` implementation:
31
31
32
32
#. Exporting ``RMW_IMPLEMENTATION `` environment variable:
@@ -55,7 +55,7 @@ This environment variable can also be used to select the ``rmw_fastrtps_dynamic_
55
55
56
56
.. note ::
57
57
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:
59
59
60
60
.. code-block :: bash
61
61
You can’t perform that action at this time.
0 commit comments