Is there something like a node supervisor "class" available?
I want a process to control my nodes, starting pausing, restarting, checking if it still is operational etc. Like a library you add to the node doing that with services and is able to set a value to disable the node from doing processing(by class::running() / class::paused()).
Is there something standardized like that already out there?
Regards,
Christian
I am going to implement something on my own, thanks everybody for your answer.
I asked something similar ( http://answers.ros.org/question/21350... ) and got so far no answer. So I guess there is nothing like that. To get an overview over your nodes, you could have a look at http://wiki.ros.org/node_manager_fkie
Thanks, the software is awesome, not directly what I need but goes into the direction.
See also #q360115, the answer there is to use ros1_lifecycle https://github.com/boschresearch/ros1... (or my heavily modified version https://github.com/lucasw/ros1_lifecycle)