Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 425 Bytes

event_design.md

File metadata and controls

23 lines (22 loc) · 425 Bytes
{
    "monitorName" : "rgbd_monitor",
    "monitorDescription" : "Monitor verifying that the pointcloud of the RGBD camera has no NaNs",
    "healthStatus":
    {
        "nans": true
    }
}
{
  "source_id":"<unique>",
  "target_id":["<monitorName>"],
  "message":{
    "command":"shutdown",
    "status" :"success/failure/fatal",
    "thread_id":"<source_thread_id>"
  },
  "type":"ack/cmd/helo"
}