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