Newer
Older
{
"version": 1,
"fileType": "FactMetaData",
"QGC.MetaData.Facts":
"name": "offlineEditingFirmwareClass",
"shortDesc": "Offline editing firmware class",
"enumStrings": "ArduPilot,PX4 Pro,Mavlink Generic",
"name": "offlineEditingVehicleClass",
"shortDesc": "Offline editing vehicle class",
"enumStrings": "Fixed Wing,Multi-Rotor,VTOL,Rover,Sub,Mavlink Generic",
"enumValues": "1,2,20,10,12,0",
"default": 2
"name": "offlineEditingCruiseSpeed",
"shortDesc": "Offline editing cruise speed",
"longDesc": "This value defines the default speed for calculating mission statistics for vehicles which do not support hover or VTOL vehicles in fixed wing mode. It does not modify the flight speed for a specific flight plan.",
"min": 1.0,
"units": "m/s",
"decimalPlaces": 2
},
{
"name": "offlineEditingHoverSpeed",
"shortDesc": "Offline editing hover speed",
"longDesc": "This value defines the default speed for calculating mission statistics for multi-rotor vehicles or VTOL vehicle in multi-rotor mode. It does not modify the flight speed for a specific flight plan.",
"min": 1.0,
"units": "m/s",
"decimalPlaces": 2
},
"name": "offlineEditingAscentSpeed",
"shortDesc": "Offline editing ascent speed",
"longDesc": "This value defines the ascent speed for multi-rotor vehicles for use in calculating mission duration.",
"min": 0.1,
"units": "m/s",
"decimalPlaces": 2
},
{
"name": "offlineEditingDescentSpeed",
"shortDesc": "Offline editing descent speed",
"longDesc": "This value defines the cruising speed for multi-rotor vehicles for use in calculating mission duration.",
"min": 0.1,
"units": "m/s",
"decimalPlaces": 2
},
{
"name": "batteryPercentRemainingAnnounce",
"shortDesc": "Announce battery remaining percent",
"longDesc": "Announce the remaining battery percent when it falls below the specified percentage.",
"units": "%",
"min": 0,
"max": 100
"name": "defaultMissionItemAltitude",
"shortDesc": "Default value for altitude",
"longDesc": "This value specifies the default altitude for new items added to a mission.",
"name": "telemetrySave",
"shortDesc": "Save telemetry Log after each flight",
"longDesc": "If this option is enabled a telemetry will be saved after each flight completes.",
"name": "telemetrySaveNotArmed",
"shortDesc": "Save telemetry log even if vehicle was not armed",
"longDesc": "If this option is enabled a telemtry log will be saved even if vehicle was never armed.",
"name": "audioMuted",
"shortDesc": "Mute audio output",
"longDesc": "If this option is enabled all audio output will be muted.",
"type": "bool",
"default": false
},
{
"name": "checkInternet",
"shortDesc": "Check Internet connection",
"longDesc": "Check Internet connection before accessing Internet resources.",
"name": "virtualJoystick",
"shortDesc": "Show virtual joystick",
"longDesc": "If this option is enabled the virtual joystick will be shown on the Fly view.",
"default": false
},
{
"name": "virtualJoystickAutoCenterThrottle",
"shortDesc": "Auto-Center Throttle",
"longDesc": "If enabled the throttle stick will snap back to center when released.",
"type": "bool",
"default": false
"name": "gstDebugLevel",
"shortDesc": "Video streaming debug",
"longDesc": "Sets the environment variable GST_DEBUG for all pipeline elements on boot.",
"name": "useChecklist",
"shortDesc": "Use preflight checklist",
"longDesc": "If this option is enabled the preflight checklist will be used.",
"type": "bool",
Philipp Oettershagen
committed
{
"name": "enforceChecklist",
"shortDesc": "Preflight checklist must pass before arming",
"longDesc": "If this option is enabled the preflight checklist must pass before arming.",
Philipp Oettershagen
committed
"type": "bool",
Philipp Oettershagen
committed
},
"name": "appFontPointSize",
"shortDesc": "Application font size",
"longDesc": "The point size for the default font used.",
"name": "indoorPalette",
"shortDesc": "Application color scheme",
"longDesc": "The color scheme for the user interface.",
"type": "uint32",
"enumStrings": "Indoor,Outdoor",
"name": "showLargeCompass",
"shortDesc": "Show large compass",
"longDesc": "Show large compass on instrument panel",
"name": "savePath",
"shortDesc": "Application save directory",
"longDesc": "Directory to which all data files are saved/loaded from",
"name": "userBrandImageIndoor",
"shortDesc": "User-selected brand image",
"longDesc": "Location in file system of user-selected brand image (indoor)",
"name": "userBrandImageOutdoor",
"shortDesc": "User-selected brand image",
"longDesc": "Location in file system of user-selected brand image (outdoor)",
"name": "mapboxToken",
"shortDesc": "Access token to Mapbox maps",
"longDesc": "Your personal access token for Mapbox maps",
"default": ""
},
{
"name": "mapboxAccount",
"shortDesc": "Account name for Mapbox maps",
"longDesc": "Your personal account name for Mapbox maps",
"type": "string",
"default": ""
},
{
"name": "mapboxStyle",
"shortDesc": "Map style ID",
"longDesc": "Map design style ID for Mapbox maps",
"type": "string",
"default": ""
"name": "esriToken",
"shortDesc": "Access token to Esri maps",
"longDesc": "Your personal access token for Esri maps",
"name": "defaultFirmwareType",
"shortDesc": "Default firmware type for flashing",
"name": "followTarget",
"shortDesc": "Stream GCS' coordinates to Autopilot",
"type": "uint32",
"enumStrings": "Never,Always,When in Follow Me Flight Mode",
"enumValues": "0,1,2",
"shortDesc": "Request start of MAVLink telemetry streams (ArduPilot only)",
Gus Grubba
committed
},
{
"name": "enableTaisync",
"shortDesc": "Enable Taisync Module Support",
"longDesc": "Enable Taisync Module Support",
Gus Grubba
committed
"type": "bool",
Gus Grubba
committed
},
{
"name": "enableTaisyncVideo",
"shortDesc": "Enable Taisync Video Support",
"longDesc": "Enable Taisync Video Support",
Gus Grubba
committed
"type": "bool",
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
"default": true
},
{
"name": "enableMicrohard",
"shortDesc": "Enable Microhard Module Support",
"longDesc": "Enable Microhard Module Support",
"type": "bool",
"default": false
},
{
"name": "language",
"shortDesc": "Language",
"type": "uint32",
"enumStrings": "System,български (Bulgarian),中文 (Chinese),Nederlands (Dutch),English,Suomi (Finnish),Français (French),Deutsche (German),Ελληνικά (Greek), עברית (Hebrew),Italiano (Italian),日本人 (Japanese),한국어 (Korean),Norsk (Norwegian),Polskie (Polish),Português (Portuguese),Pусский (Russian),Español (Spanish),Svenska (Swedish),Türk (Turkish),Azerbaijani (Azerbaijani)",
"enumValues": "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
"default": 0
},
{
"name": "disableAllPersistence",
"shortDesc": "Disable all data persistence",
"longDesc": "If this option is set, nothing will be saved to disk.",
"type": "bool",
"default": false
},
{
"name": "usePairing",
"shortDesc": "Use Pairing",
"longDesc": "Use Link Pairing.",
"type": "bool",
"default": false
},
{
"name": "saveCsvTelemetry",
"shortDesc": "Save CSV Telementry Logs",
"longDesc": "If this option is enabled, all Facts will be written to a CSV file with a 1 Hertz frequency.",
"type": "bool",
"default": false
},
{
"name": "firstRunPromptIdsShown",
"shortDesc": "Comma separated list of first run prompt ids which have already been shown.",
"type": "string",
"default": ""
},
{
"name": "forwardMavlink",
"shortDesc": "Enable mavlink forwarding",
"longDesc": "Enable mavlink forwarding",
"type": "bool",
"default": false
},
{
"name": "forwardMavlinkHostName",
"shortDesc": "Host name",
"longDesc": "Host name to forward mavlink to. i.e: localhost:14445",
"type": "string",
"default": "localhost:14445"