MissionSettings.FactMetaData.json 552 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
[
{
    "name":             "PlannedHomePositionAltitude",
    "shortDescription": "Planned home position altitude",
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
    "defaultValue":     0
},
{
    "name":             "MissionEndAction",
    "shortDescription": "The action to take when the mission completed.",
    "type":             "uint32",
DonLakeFlyer's avatar
DonLakeFlyer committed
14 15
    "enumStrings":      "No action on mission end,Loiter after mission end,RTL after mission end",
    "enumValues":       "0,1,2",
16 17 18
    "defaultValue":     0
}
]