MissionSettings.FactMetaData.json 817 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
[
{
    "name":             "PlannedHomePositionAltitude",
    "shortDescription": "Planned home position altitude",
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
    "defaultValue":     0
},
{
    "name":             "FlightSpeed",
    "shortDescription": "Flight speed for mission.",
    "type":             "double",
    "units":            "m/s",
    "min":              0,
    "decimalPlaces":    1
},
{
    "name":             "MissionEndAction",
    "shortDescription": "The action to take when the mission completed.",
    "type":             "uint32",
    "enumStrings":      "No action on mission completion,Loiter after mission completes,RTL after mission completes,Land after mission completes",
    "enumValues":       "0,1,2,3",
    "defaultValue":     0
}
]