17 changed files with 232 additions and 195 deletions
@ -1,37 +1,45 @@ |
|||||||
{ |
{ |
||||||
"version": 1, |
"version": 1, |
||||||
"fileType": "FactMetaData", |
"fileType": "FactMetaData", |
||||||
"QGC.MetaData.Facts": |
"QGC.MetaData.Facts": |
||||||
[ |
[ |
||||||
{ |
{ |
||||||
"name": "displayPresetsTabFirst", |
"name": "displayPresetsTabFirst", |
||||||
"shortDesc": "Display the presets tab at start", |
"shortDesc": "Display the presets tab at start", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"default": false |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "showMissionItemStatus", |
"name": "showMissionItemStatus", |
||||||
"shortDesc": "Show/Hide the mission item status display", |
"shortDesc": "Show/Hide the mission item status display", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": true |
"default": true |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "takeoffItemNotRequired", |
"name": "takeoffItemNotRequired", |
||||||
"shortDesc": "Allow missions to not require a takeoff item", |
"shortDesc": "Allow missions to not require a takeoff item", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"default": false |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "useConditionGate", |
"name": "useConditionGate", |
||||||
"shortDesc": "Use MAV_CMD_CONDITION_GATE for pattern generation", |
"shortDesc": "Use MAV_CMD_CONDITION_GATE for pattern generation", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"default": false |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "showGimbalOnlyWhenSet", |
"name": "showGimbalOnlyWhenSet", |
||||||
"shortDesc": "Show gimbal yaw visual only when set explicitly for the waypoint", |
"shortDesc": "Show gimbal yaw visual only when set explicitly for the waypoint", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"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 |
||||||
} |
} |
||||||
] |
] |
||||||
} |
} |
||||||
|
@ -1,135 +1,135 @@ |
|||||||
{ |
{ |
||||||
"version": 1, |
"version": 1, |
||||||
"fileType": "FactMetaData", |
"fileType": "FactMetaData", |
||||||
"QGC.MetaData.Facts": |
"QGC.MetaData.Facts": |
||||||
[ |
[ |
||||||
{ |
{ |
||||||
"name": "goodAttitudeEsimate", |
"name": "goodAttitudeEsimate", |
||||||
"shortDesc": "Good Attitude Esimate", |
"shortDesc": "Good Attitude Esimate", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"default": false |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "goodHorizVelEstimate", |
"name": "goodHorizVelEstimate", |
||||||
"shortDesc": "Good Horiz Vel Estimate", |
"shortDesc": "Good Horiz Vel Estimate", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"default": false |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "goodVertVelEstimate", |
"name": "goodVertVelEstimate", |
||||||
"shortDesc": "Good Vert Vel Estimate", |
"shortDesc": "Good Vert Vel Estimate", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"default": false |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "goodHorizPosRelEstimate", |
"name": "goodHorizPosRelEstimate", |
||||||
"shortDesc": "Good Horiz Pos Rel Estimate", |
"shortDesc": "Good Horiz Pos Rel Estimate", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"default": false |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "goodHorizPosAbsEstimate", |
"name": "goodHorizPosAbsEstimate", |
||||||
"shortDesc": "Good Horiz Pos Abs Estimate", |
"shortDesc": "Good Horiz Pos Abs Estimate", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"default": false |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "goodVertPosAbsEstimate", |
"name": "goodVertPosAbsEstimate", |
||||||
"shortDesc": "Good Vert Pos Abs Estimate", |
"shortDesc": "Good Vert Pos Abs Estimate", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"default": false |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "goodVertPosAGLEstimate", |
"name": "goodVertPosAGLEstimate", |
||||||
"shortDesc": "Good Vert Pos AGL Estimate", |
"shortDesc": "Good Vert Pos AGL Estimate", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"default": false |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "goodConstPosModeEstimate", |
"name": "goodConstPosModeEstimate", |
||||||
"shortDesc": "Good Const Pos Mode Estimate", |
"shortDesc": "Good Const Pos Mode Estimate", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"default": false |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "goodPredHorizPosRelEstimate", |
"name": "goodPredHorizPosRelEstimate", |
||||||
"shortDesc": "Good Pred Horiz Pos Rel Estimate", |
"shortDesc": "Good Pred Horiz Pos Rel Estimate", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"default": false |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "goodPredHorizPosAbsEstimate", |
"name": "goodPredHorizPosAbsEstimate", |
||||||
"shortDesc": "Good Pred Horiz Pos Abs Estimate", |
"shortDesc": "Good Pred Horiz Pos Abs Estimate", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"default": false |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "gpsGlitch", |
"name": "gpsGlitch", |
||||||
"shortDesc": "Gps Glitch", |
"shortDesc": "Gps Glitch", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"default": false |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "accelError", |
"name": "accelError", |
||||||
"shortDesc": "Accel Error", |
"shortDesc": "Accel Error", |
||||||
"type": "bool", |
"type": "bool", |
||||||
"default": false |
"default": false |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "velRatio", |
"name": "velRatio", |
||||||
"shortDesc": "Vel Ratio", |
"shortDesc": "Vel Ratio", |
||||||
"type": "float", |
"type": "float", |
||||||
"decimalPlaces": 2, |
"decimalPlaces": 2, |
||||||
"default": null |
"default": null |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "horizPosRatio", |
"name": "horizPosRatio", |
||||||
"shortDesc": "Horiz Pos Ratio", |
"shortDesc": "Horiz Pos Ratio", |
||||||
"type": "float", |
"type": "float", |
||||||
"decimalPlaces": 2, |
"decimalPlaces": 2, |
||||||
"default": null |
"default": null |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "vertPosRatio", |
"name": "vertPosRatio", |
||||||
"shortDesc": "Vert Pos Ratio", |
"shortDesc": "Vert Pos Ratio", |
||||||
"type": "float", |
"type": "float", |
||||||
"decimalPlaces": 2, |
"decimalPlaces": 2, |
||||||
"default": null |
"default": null |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "magRatio", |
"name": "magRatio", |
||||||
"shortDesc": "Mag Ratio", |
"shortDesc": "Mag Ratio", |
||||||
"type": "float", |
"type": "float", |
||||||
"decimalPlaces": 2, |
"decimalPlaces": 2, |
||||||
"default": null |
"default": null |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "haglRatio", |
"name": "haglRatio", |
||||||
"shortDesc": "HAGL Ratio", |
"shortDesc": "HAGL Ratio", |
||||||
"type": "float", |
"type": "float", |
||||||
"decimalPlaces": 2, |
"decimalPlaces": 2, |
||||||
"default": null |
"default": null |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "tasRatio", |
"name": "tasRatio", |
||||||
"shortDesc": "TAS Ratio", |
"shortDesc": "TAS Ratio", |
||||||
"type": "float", |
"type": "float", |
||||||
"decimalPlaces": 2, |
"decimalPlaces": 2, |
||||||
"default": null |
"default": null |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "horizPosAccuracy", |
"name": "horizPosAccuracy", |
||||||
"shortDesc": "Horiz Pos Accuracy", |
"shortDesc": "Horiz Pos Accuracy", |
||||||
"type": "float", |
"type": "float", |
||||||
"decimalPlaces": 2, |
"decimalPlaces": 2, |
||||||
"default": null |
"default": null |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "vertPosAccuracy", |
"name": "vertPosAccuracy", |
||||||
"shortDesc": "Vert Pos Accuracy", |
"shortDesc": "Vert Pos Accuracy", |
||||||
"type": "float", |
"type": "float", |
||||||
"decimalPlaces": 2, |
"decimalPlaces": 2, |
||||||
"default": null |
"default": null |
||||||
} |
} |
||||||
] |
] |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue