KlingenbachTest.wima 2.47 KB
Newer Older
1 2 3
{
    "AreaItems": [
        {
Valentin Platzgummer's avatar
Valentin Platzgummer committed
4
            "AreaType": "Service Area",
5
            "BorderPolygonOffset": 6,
6
            "DepotAltitude": 0,
7 8
            "DepotLatitude": 47.76779586216649,
            "DepotLongitude": 16.530510396830728,
9
            "ShowBorderPolygon": 0,
10 11 12
            "maxAltitude": 30,
            "polygon": [
                [
13 14
                    47.76780094967389,
                    16.530343715825353
15 16
                ],
                [
17 18
                    47.76788238112663,
                    16.530625096151965
19 20
                ],
                [
Valentin Platzgummer's avatar
Valentin Platzgummer committed
21 22
                    47.767783696604035,
                    16.530655731490725
23 24
                ],
                [
Valentin Platzgummer's avatar
Valentin Platzgummer committed
25 26
                    47.76771642095403,
                    16.53041704413795
27 28 29 30
                ]
            ]
        },
        {
Valentin Platzgummer's avatar
Valentin Platzgummer committed
31
            "AreaType": "Measurement Area",
32
            "BorderPolygonOffset": 6,
Valentin Platzgummer's avatar
Valentin Platzgummer committed
33
            "MinTileAreaPercent": 30,
34
            "ShowBorderPolygon": 0,
35
            "ShowTiles": true,
Valentin Platzgummer's avatar
Valentin Platzgummer committed
36 37
            "TileHeight": 5,
            "TileWidth": 5,
38 39 40
            "maxAltitude": 30,
            "polygon": [
                [
41 42
                    47.76809580679245,
                    16.530246122817612
43
                ],
Valentin Platzgummer's avatar
Valentin Platzgummer committed
44
                [
45 46
                    47.76823933601322,
                    16.53060087654427
Valentin Platzgummer's avatar
Valentin Platzgummer committed
47
                ],
48
                [
49 50
                    47.7683711160486,
                    16.530967006195464
51 52
                ],
                [
53 54
                    47.7680076482754,
                    16.531153949077463
55 56
                ],
                [
57 58
                    47.7677855557718,
                    16.530403347547246
Valentin Platzgummer's avatar
Valentin Platzgummer committed
59
                ],
60
                [
61 62
                    47.768126518382985,
                    16.5309051298743
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
                ]
            ]
        }
    ],
    "MissionItems": {
        "fileType": "Plan",
        "geoFence": {
            "circles": [
            ],
            "polygons": [
            ],
            "version": 2
        },
        "groundStation": "QGroundControl",
        "mission": {
            "cruiseSpeed": 15,
            "firmwareType": 3,
            "hoverSpeed": 1,
            "items": [
            ],
            "plannedHomePosition": [
Valentin Platzgummer's avatar
Valentin Platzgummer committed
84 85 86
                null,
                null,
                null
87 88 89 90 91 92 93 94 95 96 97 98
            ],
            "vehicleType": 2,
            "version": 2
        },
        "rallyPoints": {
            "points": [
            ],
            "version": 2
        },
        "version": 1
    }
}