Skip to content

Commit 9457cb7

Browse files
fujitatomoyamergify[bot]
authored andcommitted
Subordinate nodes note for Kilted Kaiju. (#5426)
* Subordinate nodes note for Kilted Kaiju. Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> * add more description including the definition of sub-node. Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> --------- Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> (cherry picked from commit 06732ab)
1 parent cc336ac commit 9457cb7

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

source/Releases/Release-Kilted-Kaiju.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,25 @@ Changes since the Jazzy release
247247
Added NV12 to pixel formats
248248
"""""""""""""""""""""""""""
249249

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.
251251

252252
See https://github.com/ros2/common_interfaces/pull/253 for more details.
253253

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.
268+
254269
``rmw_connextdds_cpp``
255270
^^^^^^^^^^^^^^^^^^^^^^
256271

0 commit comments

Comments
 (0)