Skip to content

Commit e3c787f

Browse files
committed
Update README with a reference to ros2_qos_profiles.xml
Signed-off-by: Andrea Sorbini <[email protected]>
1 parent 7a31048 commit e3c787f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,9 @@ for different topics, but you have to use the mangled topic names
217217
In case this variable is set to `never`, the QoS settings will be loaded from
218218
the default profile as before but the ros QoS profile will be ignored.
219219
Be aware of configuring the QoS of rcl topics (`rt/rosout`, `rt/parameter_events`,
220-
etc.) and the rmw internal topic `ros_discovery_info` correctly.
220+
etc.) and the rmw internal topic `ros_discovery_info` correctly. This can
221+
be achieved using the profiles defined by XML file [ros2_qos_profiles.xml](rmw_connextdds/resource/xml/ros2_qos_profiles.xml)
222+
(e.g. `ros2::rmw_connextdds.base_application`).
221223
222224
This variable can also be set to `dds_topics: <regex>`, e.g.:
223225
`dds_topics: rt/my_topic|rt/my_ns/another_topic`.
@@ -297,6 +299,10 @@ DomainParticipantQos will be used as is.
297299
Note that values `basic` and `never` will disable the same endpoint discovery
298300
optimizations controlled by [RMW_CONNEXT_DISABLE_FAST_ENDPOINT_DISCOVERY](#RMW_CONNEXT_DISABLE_FAST_ENDPOINT_DISCOVERY).
299301

302+
When using these values, you may replicate the default QoS configuration using
303+
the profiles defined by XML file [ros2_qos_profiles.xml](rmw_connextdds/resource/xml/ros2_qos_profiles.xml)
304+
(e.g. `ros2::rmw_connextdds.base_application`).
305+
300306
### RMW_CONNEXT_REQUEST_REPLY_MAPPING
301307

302308
The [DDS-RPC specification](https://www.omg.org/spec/DDS-RPC/About-DDS-RPC/)

0 commit comments

Comments
 (0)