mission_plan_AH1.json 1.82 KB
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": "autonomy_engine",
7
    "destination": "soar.noc.autosub.alr-52.send.mission_plan",
8 9 10 11 12 13
    "delivery_type": "publish",
    "encoded": false
  },
  "payload":{
    "message_type": "mission_plan",
    "platform_ID": "5-ah1",
14
    "autonomy_engine_plan_ID": 1,
15 16 17 18
    "plan": [
      {
        "action": "move",
        "flight_style": "go to waypoint",
19 20 21 22
        "start_point_latitude": -3.007143188645706,
        "start_point_longitude": 50.37072283932642,
        "target_waypoint_latitude": -3.237143188645706,
        "target_waypoint_longitude": 52.37072283932642,
23
        "depth": 0.0,
24
        "activate_payload": false
25 26 27 28
      },
      {
        "action": "dive",
        "flight_style": "dive to depth",
29 30 31 32
        "start_point_latitude": -3.237143188645706,
        "start_point_longitude": 52.37072283932642,
        "target_waypoint_latitude": -3.337143188645706,
        "target_waypoint_longitude": 56.37072283932642,
33
        "altitude": 10,
34
        "activate_payload": false
35 36 37 38
      },
      {
        "action": "scanline",
        "flight_style": "go to waypoint",
39 40 41 42
        "start_point_latitude": -3.337143188645706,
        "start_point_longitude": 56.37072283932642,
        "target_waypoint_latitude": -0.237143188645706,
        "target_waypoint_longitude": 60.00000000000000,
43
        "altitude": 10,
44
        "activate_payload": true
45 46 47 48
      },
      {
        "action": "climb",
        "flight_style": "go to surface",
49 50 51 52
        "start_point_latitude": -0.237143188645706,
        "start_point_longitude": 60.00000000000000,
        "target_waypoint_latitude": -0.237143188645706,
        "target_waypoint_longitude": 52.37072283932642,
53
        "depth": 0.0,
54
        "activate_payload": false
55 56 57 58
      }
    ]
  }
}