Watchdog to monitor node status
Hi,
I'm working on autonomous quadcopter system and I'm using ROS for my algorithms. What I would like to achieve is to create some watchdogs monitoring all my ROS nodes. I also want it to be able to restart node if it detects it's shutdown (for whatever reason).
But I'm quite lost. Can someone give me an advice or perhaps reference to existing code which does exactly this?
Thank you.