Dear ROS2 community,
I have been developing these days a package called rclcpp_cascade_lifecycle. This package provides a class that inherits from rclcpp_lifecycle::LifecycleNode
and lets you create “activation trees”. A state change in a parent is propagated to its childs.
This could simplify the management of Managed Nodes.
I hope you find it interesting.
Best!!