PlanView.SettingsGroup.json 1.19 KB
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5
[
6 7 8 9 10
{
    "name":             "displayPresetsTabFirst",
    "shortDescription": "Display the presets tab at start",
    "type":             "bool",
    "defaultValue":     false
11 12 13 14 15 16
},
{
    "name":             "aboveTerrainWarning",
    "shortDescription": "Don't warn user about 'Above Terrain' usage",
    "type":             "bool",
    "defaultValue":     false
17 18 19 20 21
},
{
    "name":             "showMissionItemStatus",
    "shortDescription": "Show/Hide the mission item status display",
    "type":             "bool",
DoinLakeFlyer's avatar
DoinLakeFlyer committed
22
    "defaultValue":     true
23 24 25 26 27
},
{
    "name":             "takeoffItemNotRequired",
    "shortDescription": "Allow missions to not require a takeoff item",
    "type":             "bool",
28
    "defaultValue":     false
29 30
},
{
31 32 33 34 35 36
    "name":             "useConditionGate",
    "shortDescription": "Use MAV_CMD_CONDITION_GATE for pattern generation",
    "type":             "bool",
    "defaultValue":     false
},
{
Remek Zajac's avatar
Remek Zajac committed
37 38 39 40
    "name":             "showGimbalOnlyWhenSet",
    "shortDescription": "Show gimbal yaw visual only when set explicitly for the waypoint",
    "type":             "bool",
    "defaultValue":     false
41
}
42
]
43
}