PlanView.SettingsGroup.json 1.17 KB
Newer Older
1
{
2 3
    "version":  1,
    "fileType": "FactMetaData",
4
    "QGC.MetaData.Facts":
5
[
6
{
7 8 9 10
    "name":         "displayPresetsTabFirst",
    "shortDesc":    "Display the presets tab at start",
    "type":         "bool",
    "default":      false
11
},
12
{
13 14 15 16
    "name":         "showMissionItemStatus",
    "shortDesc":    "Show/Hide the mission item status display",
    "type":         "bool",
    "default":      true
17 18
},
{
19 20 21 22
    "name":         "takeoffItemNotRequired",
    "shortDesc":    "Allow missions to not require a takeoff item",
    "type":         "bool",
    "default":      false
23 24
},
{
25 26 27 28
    "name":         "useConditionGate",
    "shortDesc":    "Use MAV_CMD_CONDITION_GATE for pattern generation",
    "type":         "bool",
    "default":      false
29 30
},
{
31 32 33 34 35 36 37 38 39 40 41 42
    "name":         "showGimbalOnlyWhenSet",
    "shortDesc":    "Show gimbal yaw visual only when set explicitly for the waypoint",
    "type":         "bool",
    "default":      false
},
{
    "name":         "vtolTransitionDistance",
    "shortDesc":    "Amount of distance required for vehicle to complete a transition",
    "type":         "double",
    "default":      300.0,
    "units":        "m",
    "min":          100.0
43
}
44
]
45
}