FWLandingPattern.FactMetaData.json 2.2 KB
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5
[
6
{
7
    "name":             "LandingDistance",
8 9 10
    "shortDescription": "Distance between landing and loiter points.",
    "type":             "double",
    "units":            "m",
11
    "min":              10,
12
    "decimalPlaces":    1,
Don Gagne's avatar
Don Gagne committed
13
    "defaultValue":     300.0
14 15
},
{
16
    "name":             "LandingHeading",
Don Gagne's avatar
Don Gagne committed
17
    "shortDescription": "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,
Don Gagne's avatar
Don Gagne committed
23
    "defaultValue":     270.0
24 25
},
{
26
    "name":             "LoiterAltitude",
27
    "shortDescription": "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 31 32 33
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
    "defaultValue":     40.0
},
{
34
    "name":             "LoiterRadius",
35 36 37
    "shortDescription": "Loiter radius.",
    "type":             "double",
    "decimalPlaces":    1,
38
    "min":              1,
39 40 41 42
    "units":            "m",
    "defaultValue":     75.0
},
{
43
    "name":             "LandingAltitude",
44 45 46 47 48
    "shortDescription": "Altitude for landing point.",
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
    "defaultValue":     0.0
49 50
},
{
51 52
    "name":             "GlideSlope",
    "shortDescription": "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 59 60 61 62 63 64
    "defaultValue":     6.0
},
{
    "name":             "ValueSetIsDistance",
    "shortDescription": "Value controller loiter point is distance",
    "type":             "bool",
    "defaultValue":     false
65 66 67 68 69 70 71 72 73 74 75 76
},
{
    "name":             "StopTakingPhotos",
    "shortDescription": "Stop taking photos",
    "type":             "bool",
    "defaultValue":     true
},
{
    "name":             "StopTakingVideo",
    "shortDescription": "Stop taking video",
    "type":             "bool",
    "defaultValue":     true
77
}
78
]
79
}