Skip to content

Commit 3592bbf

Browse files
committed
Update ToC centry and references to it
Signed-off-by: Andrea Sorbini <[email protected]>
1 parent 9aead9e commit 3592bbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For any questions or feedback, feel free to reach out to [email protected].
3737
- [DDS Quality of Service Configuration](#dds-quality-of-service-configuration)
3838
- [Customize QoS via XML](#customize-qos-via-xml)
3939
- [Customize DomainParticipant QoS](#customize-domainparticipant-qos)
40-
- [Customize Endpoint QoS](#customize-endpoint-qos)
40+
- [Customize DataWriter and DataReader QoS](#customize-datawriter-and-datareader-qos)
4141
- [Built-in ROS 2 QoS Profiles](#built-in-ros-2-qos-profiles)
4242
- [DDS Entities Created by the RMW Layer](#dds-entities-created-by-the-rmw-layer)
4343
- [DomainParticipantFactory](#domainparticipantfactory)
@@ -898,7 +898,7 @@ in [ros2_qos_profiles.xml](rmw_connextdds/resource/xml/ros2_qos_profiles.xml),
898898
for example, `ros2::rmw_connextdds.base_participant`. See [Built-in ROS 2 QoS Profiles](#built-in-ros-2-qos-profiles) for more information about these QoS profiles
899899
and how to use them.
900900
901-
### Customize Endpoint QoS
901+
### Customize DataWriter and DataReader QoS
902902
903903
`rmw_connextdds` will include the topic name when querying for the default QoS values
904904
used by a new DDS endpoint. This allows users to take advantage of [topic filters](https://community.rti.com/static/documentation/connext-dds/6.0.1/doc/manuals/connext_dds/html_files/RTI_ConnextDDS_CoreLibraries_UsersManual/index.htm#UsersManual/Topic_Filters.htm)
@@ -1454,7 +1454,7 @@ Upon creation of a [DataWriter](#datawriter-creation) or [DataReader](#datareade
14541454
are able to let Connext manipulate ROS 2 messages without any additional data
14551455
representation conversion (as was for exaple the case with the previous
14561456
implementation, `rmw_connext_cpp`).
1457-
- Determine the mangled version of the topic name (see [Customize Endpoint QoS](#customize-endpoint-qos)
1457+
- Determine the mangled version of the topic name (see [Customize DataWriter and DataReader QoS](#customize-datawriter-and-datareader-qos)
14581458
for a summary of the name mangling rules).
14591459
- Check if a Topic with the specific name and data type has already been created
14601460
by calling [`DDS_DomainParticipant_find_topic()`](https://community.rti.com/static/documentation/connext-dds/6.0.1/doc/api/connext_dds/api_c/group__DDSDomainParticipantModule.html#ga5d03738356707f3375ffddc7d1669161).

0 commit comments

Comments
 (0)