ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.