FWLandingPattern.FactMetaData.json 2.1 KB
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5
[
6
{
7
    "name":             "LandingDistance",
8
    "shortDesc": "Distance between landing and loiter points.",
9 10
    "type":             "double",
    "units":            "m",
11
    "min":              10,
12
    "decimalPlaces":    1,
13
    "default":     300.0
14 15
},
{
16
    "name":             "LandingHeading",
17
    "shortDesc": "Heading from loiter point to land point.",
18 19
    "type":             "double",
    "units":            "deg",
Don Gagne's avatar
Don Gagne committed
20 21
    "min":              0.0,
    "max":              360.0,
Don Gagne's avatar
Don Gagne committed
22
    "decimalPlaces":    0,
23
    "default":     270.0
24 25
},
{
26
    "name":             "LoiterAltitude",
27
    "shortDesc": "Aircraft will proceed to the loiter point and loiter downwards until it reaches this approach altitude. Once altitude is reached the aircraft will proceed to land.",
28 29 30
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
31
    "default":     40.0
32 33
},
{
34
    "name":             "LoiterRadius",
35
    "shortDesc": "Loiter radius.",
36 37
    "type":             "double",
    "decimalPlaces":    1,
38
    "min":              1,
39
    "units":            "m",
40
    "default":     75.0
41 42
},
{
43
    "name":             "LandingAltitude",
44
    "shortDesc": "Altitude for landing point.",
45 46 47
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
48
    "default":     0.0
49 50
},
{
51
    "name":             "GlideSlope",
52
    "shortDesc": "The glide slope between the loiter and landing point.",
53
    "type":             "double",
54
    "units":            "deg",
55
    "min":              0.1,
56
    "max":              90,
57
    "decimalPlaces":    1,
58
    "default":     6.0
59 60 61
},
{
    "name":             "ValueSetIsDistance",
62
    "shortDesc": "Value controller loiter point is distance",
63
    "type":             "bool",
64
    "default":     false
65 66 67
},
{
    "name":             "StopTakingPhotos",
68
    "shortDesc": "Stop taking photos",
69
    "type":             "bool",
70
    "default":     true
71 72 73
},
{
    "name":             "StopTakingVideo",
74
    "shortDesc": "Stop taking video",
75
    "type":             "bool",
76
    "default":     true
77
}
78
]
79
}