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-Kilted-Kaiju.rst
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -247,10 +247,25 @@ Changes since the Jazzy release
247
247
Added NV12 to pixel formats
248
248
"""""""""""""""""""""""""""
249
249
250
-
Added NV12 to pixel formats, which is a common output format of hardware-accelerated decoders
250
+
Added NV12 to pixel formats, which is a common output format of hardware-accelerated decoders.
251
251
252
252
See https://github.com/ros2/common_interfaces/pull/253 for more details.
253
253
254
+
``rclcpp``
255
+
^^^^^^^^^^
256
+
257
+
Consistent behavior for Subordinate nodes
258
+
"""""""""""""""""""""""""""""""""""""""""
259
+
260
+
Inconsistent behavior of subordinate nodes was fixed.
261
+
The subordinate node is a secondary node associated with a primary node, that shares the same underlying context and resources while maintaining a separate name and namespace.
262
+
The behavioral modification may affect existing applications relying on the previous implementation:
263
+
264
+
1. Generic clients created from a subordinate node now correctly respect the subordinate node's sub-namespace
265
+
2. Parameters obtained using a subordinate node now correctly use the (parent) node's ``rclcpp::node_interfaces::NodeParametersInterface``
266
+
267
+
See https://github.com/ros2/rclcpp/pull/2822 for more details.
0 commit comments