ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You need to publish diagnostic information from your robot using the messages and services defined in diagnostic_msgs. You should make a node that reads the raw data from the robot hardware and fills in these messages, then publishes them to the diagnostics topic.

There is a good tutorial on setting up the aggregator available here.

For a real example, see the PR2 power board node, which publishes diagnostic information for the power distribution board.