You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and [`ros2::rmw_connextdds.base_participant`](#ros2--rmw-connextddsbase-participant),
1029
-
which are both already included in the inheritance chain of [`ros2::rmw_connextdds.base_application`](#ros2--rmw-connextddsbase-application), may be used directly
and [`ros2::rmw_connextdds.base_participant`](#ros2rmw_connextddsbase_participant),
1029
+
which are both already included in the inheritance chain of [`ros2::rmw_connextdds.base_application`](#ros2rmw_connextddsbase_application), may be used directly
1030
1030
to, respectively, configure the QoS of all "built-in" endpoints created by the
1031
1031
RMW and `rcl` layers, and to configure the QoS of the DomainParticipant created
1032
1032
by `rmw_connextdds`.
@@ -1078,9 +1078,9 @@ endpoints created by the RMW and `rcl` layers for every ROS 2 Node.
1078
1078
1079
1079
These "built-in" endpoints include:
1080
1080
1081
-
- Endpoints on topic `"ros_discovery_info"` (configured using profile [`ros2::rmw.ros_discovery_info`](#ros2--rmwros-discovery-info)).
1082
-
- Endpoints on topics used for node parameters (configured using profile [`ros2::rcl.node_parameters`](#ros2--rclnode-parameters)).
1083
-
- Endpoints on the ROS logging topic `"rosout"` (configured using profile [`ros2::rcl.log`](#ros2--rcllog)).
1081
+
- Endpoints on topic `"ros_discovery_info"` (configured using profile [`ros2::rmw.ros_discovery_info`](#ros2rmwros_discovery_info)).
1082
+
- Endpoints on topics used for node parameters (configured using profile [`ros2::rcl.node_parameters`](#ros2rclnode_parameters)).
1083
+
- Endpoints on the ROS logging topic `"rosout"` (configured using profile [`ros2::rcl.log`](#ros2rcllog)).
1084
1084
1085
1085
The parent profiles are applied using "topic filters" that select all required topics.
1086
1086
@@ -1109,7 +1109,7 @@ to the user to configure this policy as needed in their own profiles.
1109
1109
The asynchronous publish mode is still used for all "built-in" writers to allow them
1110
1110
to continue to operate like "out of the box", even when writing large messages.
1111
1111
1112
-
You might also consider inheriting directly from profile [`ros2::rcl.builtin_endpoints`](#ros2--rclbuiltin-endpoints),
1112
+
You might also consider inheriting directly from profile [`ros2::rcl.builtin_endpoints`](#ros2rclbuiltin_endpoints),
1113
1113
if you only want to configure the built-in endpoints but not the DomainParticipant QoS.
0 commit comments