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