Skip to content

Commit

Permalink
Apply review corrections
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
  • Loading branch information
JLBuenoLopez committed Oct 20, 2020
1 parent 91f62c5 commit 834d5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ You can however set it to `rmw_fastrtps_dynamic_cpp` using the environment varia

However, it is possible to fully configure Fast DDS (including the history memory policy and the publication mode) using an XML file as described in [Fast DDS documentation](https://fast-dds.docs.eprosima.com/en/latest/fastdds/xml_configuration/xml_configuration.html).
If you want to modify the history memory policy or the publication mode you must set environment variable `RMW_FASTRTPS_USE_QOS_FROM_XML` to 1 (it is set to 0 by default).
This tells `rmw_fastrtps` that it should not override neither the history memory policy nor the publication mode from the XML.
Bear on mind that if you set this environment variable without giving any value for any of these policies, the default Fast DDS value will be loaded:
This tells `rmw_fastrtps` that it should override neither the history memory policy nor the publication mode from the XML.
Bear on mind that if you set this environment variable without giving any value for any of these policies, the default Fast DDS value will be used:
* History memory policy: `PREALLOCATED_MEMORY_MODE`.
* Publication mode: `SYNCHRONOUS_PUBLISH_MODE`.

Expand Down

0 comments on commit 834d5b3

Please sign in to comment.