platform_status.json 829 Bytes
Newer Older
1
{
2 3 4 5 6
  "header":{
    "message_ID": "b427003c-0000-11aa-a1eb-bvcdfghjgfdd",
    "timestamp": "2022-11-16T00:00:00Z",
    "version": 2,
    "source": "hydrosurv_adapter",
7
    "destination": "soar.hydrosurv.reav60.usvdecibel.from_platform.platform_status",
8 9 10 11 12 13 14 15 16
    "delivery_type": "publish",
    "encoded": false
  },
  "payload":{
    "message_type": "platform_status",
    "autonomy_engine_plan_ID": 1,
    "status_source": "onboard_platform",
    "battery_remaining_capacity": 80.2,
    "heading": 310.0,
17
    "health_status": false,
18 19
    "latitude": 178.2,
    "longitude": -10.122,
20
    "mission_plan_ID": 1,
21
    "mission_track_ID": 4,
22
    "platform_ID": "usvdecibel",
23 24 25
    "platform_state": "ABORT",
    "platform_timestamp": "2022-12-21T00:00:00Z",
    "speed_over_ground": 4.5,
26 27
    "range_to_go": 0.0,
    "thrust_applied": 2.3
28
  }
29
}