APMFollowComponent.FactMetaData.json 800 Bytes
Newer Older
DonLakeFlyer's avatar
DonLakeFlyer committed
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
[
{
    "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",
    "shortDescription": "Vertical distance from ground station to vehicle",
    "type":             "double",
    "min":              0,
    "decimalPlaces":    1,
    "units":            "m",
    "defaultValue":     5
}
]