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
Copy file name to clipboardExpand all lines: source/Releases/Release-Galactic-Geochelone.rst
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,20 @@ Thus the default value stays the same: ``~/.ros/log``.
51
51
52
52
Related PRs: `ros2/rcl_logging#53 <https://github.com/ros2/rcl_logging/pull/53>`_ and `ros2/launch#460 <https://github.com/ros2/launch/pull/460>`_.
53
53
54
+
Externally configure QoS at start-up
55
+
------------------------------------
56
+
57
+
It is now possible to externally configure the QoS settings for a node at start-up time.
58
+
QoS settings are **not** configurable during runtime; they are only configurable at start-up.
59
+
Node authors must opt-in to enable changing QoS settings at start-up.
60
+
If the feature is enabled on a node, then QoS settings can be set with ROS parameters when a node first starts.
61
+
62
+
`Demos in C++ and Python can be found here. <https://github.com/ros2/demos/tree/a66f0e894841a5d751bce6ded4983acb780448cf/quality_of_service_demo#qos-overrides>`_
63
+
64
+
See the `design document for more details <http://design.ros2.org/articles/qos_configurability.html>`_.
65
+
66
+
Related PRs: `ros2/rclcpp#1408 <https://github.com/ros2/rclcpp/pull/1408>`_ and `ros2/rclpy#635 <https://github.com/ros2/rclpy/pull/635>`_
0 commit comments