Skip to content

Commit

Permalink
Update README with a reference to ros2_qos_profiles.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Sorbini <[email protected]>
  • Loading branch information
asorbini committed Apr 28, 2021
1 parent 7a31048 commit 7830c78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ for different topics, but you have to use the mangled topic names
In case this variable is set to `never`, the QoS settings will be loaded from
the default profile as before but the ros QoS profile will be ignored.
Be aware of configuring the QoS of rcl topics (`rt/rosout`, `rt/parameter_events`,
etc.) and the rmw internal topic `ros_discovery_info` correctly.
etc.) and the rmw internal topic `ros_discovery_info` correctly. This can
be achieved using the profiles defined by XML file [ros2_qos_profiles.xml](rmw_connextdds/resource/xml/ros2_qos_profiles.xml).
This variable can also be set to `dds_topics: <regex>`, e.g.:
`dds_topics: rt/my_topic|rt/my_ns/another_topic`.
Expand Down Expand Up @@ -297,6 +298,9 @@ DomainParticipantQos will be used as is.
Note that values `basic` and `never` will disable the same endpoint discovery
optimizations controlled by [RMW_CONNEXT_DISABLE_FAST_ENDPOINT_DISCOVERY](#RMW_CONNEXT_DISABLE_FAST_ENDPOINT_DISCOVERY).

When using these values, you may replicate the default QoS configuration using
the profiles defined by XML file [ros2_qos_profiles.xml](rmw_connextdds/resource/xml/ros2_qos_profiles.xml).

### RMW_CONNEXT_REQUEST_REPLY_MAPPING

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

0 comments on commit 7830c78

Please sign in to comment.