FWLandingPattern.FactMetaData.json 2.4 KB
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5
[
6
{
7
    "name":             "LandingDistance",
8
    "shortDesc":        "Distance between approach and land 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 approach 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 27
    "name":             "FinalApproachAltitude",
    "shortDesc":        "Altitude to begin landing approach from.",
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 41 42 43 44 45 46
    "default":          75.0
},
{
    "name":         "LoiterClockwise",
    "shortDesc":    "Loiter clockwise around the final approach point.",
    "type":         "bool",
    "default":      true
47 48
},
{
49
    "name":             "LandingAltitude",
50
    "shortDesc":        "Altitude for landing point.",
51 52 53
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
54
    "default":          0.0
55 56
},
{
57
    "name":             "GlideSlope",
58
    "shortDesc":        "The glide slope between the loiter and landing point.",
59
    "type":             "double",
60
    "units":            "deg",
61
    "min":              0.1,
62
    "max":              90,
63
    "decimalPlaces":    1,
64
    "default":          6.0
65 66
},
{
67 68 69 70
    "name":         "ValueSetIsDistance",
    "shortDesc":    "Value controller approach point is distance",
    "type":         "bool",
    "default":      false
71 72
},
{
73 74 75 76
    "name":         "UseLoiterToAlt",
    "shortDesc":    "Use a loiter to altitude item for final appoach. Otherwise use a regular waypoint.",
    "type":         "bool",
    "default":      true
77 78
},
{
79 80 81 82 83 84 85 86 87 88
    "name":         "StopTakingPhotos",
    "shortDesc":    "Stop taking photos",
    "type":         "bool",
    "default":      true
},
{
    "name":         "StopTakingVideo",
    "shortDesc":    "Stop taking video",
    "type":         "bool",
    "default":      true
89
}
90
]
91
}