rosmsg/SelfTest Service

File: rosmsg/SelfTest.srv

Raw Message Definition

---
string id
byte passed
diagnostic_msgs/DiagnosticStatus[] status
  byte OK=0
  byte WARN=1
  byte ERROR=2
  byte STALE=3
  byte level
  string name
  string message
  string hardware_id
  diagnostic_msgs/KeyValue[] values
    string key
    string value

Compact Message Definition


byte OK=0
byte WARN=1
byte ERROR=2
byte STALE=3
string id
byte passed
diagnostic_msgs/DiagnosticStatus[] status
byte level
string name
string message
string hardware_id
diagnostic_msgs/KeyValue[] values
string key
string value