Is there a robot monitor node?
I am looking for a node which can monitor the robots health
It should:
Monitor nodes, topics, tf frames, ...
Publish diagnostic_msgs messages
Have a configuration which describes the robot's system (like frames, nodes, etc.)
It might be similar to roswtf, but as a node and with robot specific extensions
UPDATE:
The purpose of the node is to get a operational level (as defined in REP107) of the system. This is trivial for components, which publish diagnostics messages themselves. But other components might be supervised by their external interface (topics, tf frames, ...).