Robotics StackExchange | Archived questions

Subscribing to diagnostic_msgs/DiagnosticArray.msg

Hi everyone , I am running a node that publishes diagnostic message to a topic. Could anyone please tell me that, how to subscribe this topic for diagnostic message. Thank you.

Asked by charan-ram on 2015-03-24 11:41:08 UTC

Comments

Answers

If you're just publishing diagnostics without an aggregator, you can view the raw diagnostics messages in rqt_runtime_monitor. This is useful for debugging, but can't detect if some items are missing from your diagnostics.

For a more robust system that can detect missing and stale diagnostics, and organize your diagnostics, I recommend setting up a diagnostic aggregator. You can then view your diagnostics in rqt_robot_monitor

Asked by ahendrix on 2015-03-24 23:44:54 UTC

Comments