mission_plan_HYDROSURV.json 827 Bytes
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.hydrosurv.reav-60.reav-60-1.to_platform.mission_plan",
8 9 10 11 12 13 14 15
    "delivery_type": "publish",
    "encoded": false
  },
  "payload":{
    "message_type": "mission_plan",
    "platform_ID": "reav-60-1",
    "autonomy_engine_plan_ID": 1,
    "plan": [
16
      {
17 18
        "target_waypoint_latitude": 50.37072283932642,
        "target_waypoint_longitude": -4.187143188645706
19 20
      },
      {
21 22
        "target_waypoint_latitude": 51.37072283932642,
        "target_waypoint_longitude": -3.187143188645706
23 24
      },
      {
25 26
        "target_waypoint_latitude": 52.37072283932642,
        "target_waypoint_longitude": -3.237143188645706
27 28
      }
    ]
29
  }
30
}