Advice on isAlive per nodelet

asked 2019-07-23 09:51:34 -0500

Gil404 gravatar image

Hi Guys,

I am looking for the best practice on monitoring my nodelets - making sure they are alive and publishing. I have a robot that works with many nodelets that all interact with topics and services.

At first I have thought of creating my own base class that will inherit from nodelet::Nodelet and in it will create a publisher that will keep publishing the name of the nodelet to a subscriber in a monitoring nodelet.

Are there any other / better options you are familiar with?

Thank you!

edit retag flag offensive close merge delete