mission_plan.json 1.21 KB
Newer Older
1 2
{
  "header": {  
3
    "message_ID": "b427003c-0000-11aa-a1eb-b1cdf2342fdd",
4 5 6 7
    "timestamp": "2022-11-16T00:00:00Z",
    "version": 2,
    "source": "autonomy_engine",
    "destination": "soar.noc.autosub.alr-52.to_platform.mission_plan",
8
    "route": ["proj-x-relay", "internal-relay"],
9 10 11 12 13 14
    "delivery_type": "publish",
    "encoded": false
  },
  "payload":{
    "message_type": "mission_plan",
    "platform_ID": "alr-52",
15
    "autonomy_engine_plan_ID": "a427003c-0000-11aa-a1eb-b1cdf2342fcc",
16
    "partial": false,
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
    "plan": [
      {
        "action": "move",
        "start": {
          "type": "Point",
          "coordinates": [
            -3.0071,
            50.3707
          ]
        },
        "target": {
          "type": "Point",
          "coordinates": [
            -3.2371,
            52.3707,
            0.0
          ]
        }
      }
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    ],
    "goal": {
      "timestamp": "2024-11-21T00:00:00Z",
      "feature": {
        "type": "Feature",
        "properties": {
          "name": "MAS-DT west",
          "type": "target primitive"
        },
        "geometry": {
          "type": "Point",
          "coordinates": [
            -3.0071,
            50.3707
          ]
        }
      }
    }
54 55
  }
}