mission_plan_ECOSUB.json 1.77 KB
Newer Older
1 2
{
  "header": {  
3
    "message_ID": "b427003c-0000-11aa-a1eb-b1cdf2342fdd",
4 5 6
    "timestamp": "2022-11-16T00:00:00Z",
    "version": 2,
    "source": "autonomy_engine",
7
    "destination": "soar.planetocean.ecosub.ecosub-1.to_platform.mission_plan",
8 9 10 11 12
    "delivery_type": "publish",
    "encoded": false
  },
  "payload":{
    "message_type": "mission_plan",
13
    "platform_ID": "ecosub-2",
14
    "autonomy_engine_plan_ID": 1,
15 16 17
    "plan": [
      {
        "action": "move",
18 19 20 21
        "start_point_latitude": 50.37072283932642,
        "start_point_longitude": -3.007143188645706,
        "target_waypoint_latitude": 52.37072283932642,
        "target_waypoint_longitude": -3.237143188645706,
22
        "depth": 0.0,
23 24
        "activate_payload": false,
        "timeout": 300
25 26 27
      },
      {
        "action": "dive",
28 29 30 31
        "start_point_latitude": 52.37072283932642,
        "start_point_longitude": -3.237143188645706,
        "target_waypoint_latitude": 56.37072283932642,
        "target_waypoint_longitude": -3.337143188645706,
32
        "altitude": 10,
33 34
        "activate_payload": false,
        "timeout": 300
35 36 37
      },
      {
        "action": "scanline",
38 39 40 41
        "start_point_latitude": 56.37072283932642,
        "start_point_longitude": -3.337143188645706,
        "target_waypoint_latitude": 60.00000000000000,
        "target_waypoint_longitude": -0.237143188645706,
42
        "altitude": 10,
43 44
        "activate_payload": true,
        "timeout": 300
45 46
      },
      {
47
        "action": "dive",
48 49 50 51
        "start_point_latitude": 60.00000000000000,
        "start_point_longitude": -0.237143188645706,
        "target_waypoint_latitude": 52.37072283932642,
        "target_waypoint_longitude": -0.237143188645706,
52
        "depth": 0.0,
53 54
        "activate_payload": false,
        "timeout": 300
55 56 57 58
      }
    ]
  }
}