APMFollowComponent.FactMetaData.json 858 Bytes
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
DonLakeFlyer's avatar
DonLakeFlyer committed
5 6 7
[
{
    "name":             "angle",
8
    "shortDesc": "Angle from ground station to vehicle",
DonLakeFlyer's avatar
DonLakeFlyer committed
9 10 11 12 13
    "type":             "double",
    "min":              0,
    "max":              360,
    "decimalPlaces":    1,
    "units":            "deg",
14
    "default":     45
DonLakeFlyer's avatar
DonLakeFlyer committed
15 16 17
},
{
    "name":             "distance",
18
    "shortDesc": "Horizontal distance from ground station to vehicle",
DonLakeFlyer's avatar
DonLakeFlyer committed
19 20 21 22
    "type":             "double",
    "min":              0,
    "decimalPlaces":    1,
    "units":            "m",
23
    "default":     5
DonLakeFlyer's avatar
DonLakeFlyer committed
24 25 26
},
{
    "name":             "height",
27
    "shortDesc": "Vertical distance from Launch (home) position to vehicle",
DonLakeFlyer's avatar
DonLakeFlyer committed
28 29 30 31
    "type":             "double",
    "min":              0,
    "decimalPlaces":    1,
    "units":            "m",
32
    "default":     5
DonLakeFlyer's avatar
DonLakeFlyer committed
33 34
}
]
35
}