ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I had similar problem couple months ago. Needed to monitor robot for errors/warning, topic latency, diagnostic info etc. I tried rqt_robot_monitor but found it rather convoluted and difficult to setup. I ended up writing dedicated node to listen monitor other nodes and display easy to understand status info to the user. Unfortunately it was very project specific :| Would be great to have a proper generic tool for health monitoring.