LifecycleNode / ManagedNode in rclpy?
In C++ we can inherit from:
rclcpp_lifecycle::LifecycleNode
To enable the node to be used with the lifecycle CLI tools. What is the equivalent in python? If it does not exist, what subscriptions, publishers, and services will the node need to provide in order to be considered a lifecycle node by the CLI tools? And how difficult would it be for me to implement this myself?
Thanks.
I believe nothing has changed since #q328772, but I haven't checked recently.