mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 08:36:33 +00:00
Changed directory structure and renamed applications
- autopilot -> drone_controller - rtsp_ai_player -> ai_controller - added top level qmake project file - updated documentation - moved small demo applications from tmp/ to misc/
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"operational_height": 1100,
|
||||
"geofences": {
|
||||
"polygons": [
|
||||
{"points": [[12543.4213, 23476.324], [123.312, 984356.345]], "fence_type": "INCLUSION"},
|
||||
{"points": [[12543.4213, 23476.324], [123.312, 984356.345]], "fence_type": "EXCLUSION"}
|
||||
]
|
||||
},
|
||||
"action_points": [
|
||||
{"point": [-35.35967231, 149.16146047], "height": 500, "action_enum": "waypoint"},
|
||||
{"point": [-35.35973951, 149.16801175], "height": 400, "action_enum": "search", "action_specific": {"targets": ["artillery"]}},
|
||||
{"point": [-35.36408532, 149.16816283], "height": 300, "action_enum": "search", "action_specific": {"targets": ["artillery", "tank"]}},
|
||||
{"point": [-35.36546294, 149.16479791], "height": 300, "action_enum": "search", "action_specific": {"targets": ["tank"]}},
|
||||
{"point": [-35.36364851, 149.16073255], "height": 500, "action_enum": "return"}
|
||||
],
|
||||
"return_point": [-35.36286449, 149.16534729]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user