mission_plan_ECOSUB.json 1.67 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.planetocean.ecosub.ecosub-1.send.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": -3.007143188645706,
        "start_point_longitude": 50.37072283932642,
        "target_waypoint_latitude": -3.237143188645706,
        "target_waypoint_longitude": 52.37072283932642,
22
        "depth": 0.0,
23
        "activate_payload": false
24 25 26
      },
      {
        "action": "dive",
27 28 29 30
        "start_point_latitude": -3.237143188645706,
        "start_point_longitude": 52.37072283932642,
        "target_waypoint_latitude": -3.337143188645706,
        "target_waypoint_longitude": 56.37072283932642,
31
        "altitude": 10,
32
        "activate_payload": false
33 34 35
      },
      {
        "action": "scanline",
36 37 38 39
        "start_point_latitude": -3.337143188645706,
        "start_point_longitude": 56.37072283932642,
        "target_waypoint_latitude": -0.237143188645706,
        "target_waypoint_longitude": 60.00000000000000,
40
        "altitude": 10,
41
        "activate_payload": true
42 43 44
      },
      {
        "action": "climb",
45 46 47 48
        "start_point_latitude": -0.237143188645706,
        "start_point_longitude": 60.00000000000000,
        "target_waypoint_latitude": -0.237143188645706,
        "target_waypoint_longitude": 52.37072283932642,
49
        "depth": 0.0,
50
        "activate_payload": false
51 52 53 54
      }
    ]
  }
}