ros2_control icon indicating copy to clipboard operation
ros2_control copied to clipboard

Turn ControllerManager into a LifecycleNode

Open bmagyar opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Over the years there were many ways to detect if the controller_manager was available for loading/starting controllers. ROS2 offers a much nicer way of doing this which also helps with launch dependencies at the launch file level for free -> LifecycleNodes.

Describe the solution you'd like

Implement a LifecycleNode interface for ControllerManager

bmagyar avatar Apr 21 '22 16:04 bmagyar