"squads": [
{
"squad_ID": 60,
"squad_mission_type": "survey",
"no_of_platforms": 1,
"platforms": [
{
"operator": "noc",
"platform_ID": "unit_399",
"model": "slocum",
"active": false
}
],
"primitives":[
{
"instruction": "navigate_to",
“uuid”: “abc123-….”,
“next_primitive”: “xxxx”,
"feature": {
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [[
[ -0.934304, 59.342325 ],
[ -0.89903, 59.342325 ],
},
{
"instruction": "navigate_to", // ------> start with this primitive
“uuid”: “xxxx“,
“next_primitive_uuid”: “abc123-….”,
"feature": {
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [[
[ 0.0, 59.342325 ],
[ 0.0, 59.342325 ],
……
...}