ros-controls / ros2_control

Generic and simple controls framework for ROS 2
https://control.ros.org
Apache License 2.0
471 stars 287 forks source link

Add terminate handler to ros2_control_node #450

Open bmagyar opened 3 years ago

bmagyar commented 3 years ago

A terminate handler should be added to ros2_control_node as a last resort to ensure destructors of system components are called and (when done) everything in ResourceManager can be put through their lifecycles properly.

Implementation idea:

This should help with issues similar to #445 in the future.

bmagyar commented 3 years ago

@Karsten1987 @destogl @v-lopez @mahaarbo