PlanView.SettingsGroup.json 942 Bytes
Newer Older
1
[
2 3 4 5 6
{
    "name":             "displayPresetsTabFirst",
    "shortDescription": "Display the presets tab at start",
    "type":             "bool",
    "defaultValue":     false
7 8 9 10 11 12
},
{
    "name":             "aboveTerrainWarning",
    "shortDescription": "Don't warn user about 'Above Terrain' usage",
    "type":             "bool",
    "defaultValue":     false
13 14 15 16 17
},
{
    "name":             "showMissionItemStatus",
    "shortDescription": "Show/Hide the mission item status display",
    "type":             "bool",
DoinLakeFlyer's avatar
DoinLakeFlyer committed
18
    "defaultValue":     true
19 20 21 22 23
},
{
    "name":             "takeoffItemNotRequired",
    "shortDescription": "Allow missions to not require a takeoff item",
    "type":             "bool",
24
    "defaultValue":     false
25 26 27 28 29 30
},
{
    "name":                 "useConditionGate",
    "shortDescription":     "Use MAV_CMD_CONDITION_GATE for pattern generation",
    "type":                 "bool",
    "defaultValue":         false
31
}
32
]