diff --git a/source/Releases/Release-Galactic-Geochelone.rst b/source/Releases/Release-Galactic-Geochelone.rst index 95bb8a5e76a..e55ff727a73 100644 --- a/source/Releases/Release-Galactic-Geochelone.rst +++ b/source/Releases/Release-Galactic-Geochelone.rst @@ -51,6 +51,20 @@ Thus the default value stays the same: ``~/.ros/log``. Related PRs: `ros2/rcl_logging#53 `_ and `ros2/launch#460 `_. +Externally configure QoS at start-up +------------------------------------ + +It is now possible to externally configure the QoS settings for a node at start-up time. +QoS settings are **not** configurable during runtime; they are only configurable at start-up. +Node authors must opt-in to enable changing QoS settings at start-up. +If the feature is enabled on a node, then QoS settings can be set with ROS parameters when a node first starts. + +`Demos in C++ and Python can be found here. `_ + +See the `design document for more details `_. + +Related PRs: `ros2/rclcpp#1408 `_ and `ros2/rclpy#635 `_ + Changes since the Foxy release ------------------------------