emergency_mission_plan.json 837 Bytes
Newer Older
1 2
{
    "header": {  
3
      "message_ID": "b427003c-0000-11aa-a1eb-b1cdf2342fdd",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
      "timestamp": "2022-11-16T00:00:00Z",
      "version": 2,
      "source": "gui",
      "destination": "soar.noc.autosub.alr-52.to_platform.mission_plan",
      "delivery_type": "publish",
      "encoded": false
    },
    "payload":{
      "message_type": "mission_plan",
      "platform_ID": "5-ah1",
      "autonomy_engine_plan_ID": 1,
      "emergency": true,
      "plan": [
        {
          "action": "move",
19 20
          "target_waypoint_latitude": 52.37072283932642,
          "target_waypoint_longitude": -3.237143188645706,
21 22 23
          "depth": 5.0
        },
        {
24
          "action": "abort_now",
25 26
          "target_waypoint_latitude": 52.37072283932642,
          "target_waypoint_longitude": -3.237143188645706
27 28 29 30
        }
      ]
    }
  }