DiagnosticStatus.msg 426 B

123456789101112131415
  1. # This message holds the status of an individual component of the robot.
  2. #
  3. # Possible levels of operations
  4. byte OK=0
  5. byte WARN=1
  6. byte ERROR=2
  7. byte STALE=3
  8. byte level # level of operation enumerated above
  9. string name # a description of the test/component reporting
  10. string message # a description of the status
  11. string hardware_id # a hardware unique string
  12. KeyValue[] values # an array of values associated with the status