PlanView.SettingsGroup.json 1.17 KB
Newer Older
1 2 3 4
{
    "version":  1,
    "fileType": "FactMetaData",
    "QGC.MetaData.Facts":
5
[
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
{
    "name":         "displayPresetsTabFirst",
    "shortDesc":    "Display the presets tab at start",
    "type":         "bool",
    "default":      false
},
{
    "name":         "showMissionItemStatus",
    "shortDesc":    "Show/Hide the mission item status display",
    "type":         "bool",
    "default":      true
},
{
    "name":         "takeoffItemNotRequired",
    "shortDesc":    "Allow missions to not require a takeoff item",
    "type":         "bool",
    "default":      false
},
{
    "name":         "useConditionGate",
    "shortDesc":    "Use MAV_CMD_CONDITION_GATE for pattern generation",
    "type":         "bool",
    "default":      false
},
{
    "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
}
44
]
45
}