用qml显示了航点参数,qml目前可能没有完善,很多部件都显示不了

This commit is contained in:
2020-04-23 18:04:14 +08:00
parent 3e9260921e
commit ff5b499e7b
173 changed files with 30895 additions and 62 deletions
@@ -0,0 +1,24 @@
[
{
"name": "GridAngle",
"shortDescription": "Angle for parallel lines of grid.",
"type": "double",
"units": "deg",
"min": -360.0,
"max": 360.0,
"decimalPlaces": 1,
"defaultValue": 0
},
{
"name": "FlyAlternateTransects",
"shortDescription": "Fly every other transect in each pass.",
"type": "bool",
"defaultValue": false
},
{
"name": "SplitConcavePolygons",
"shortDescription": "Split mission concave polygons into separate regular, convex polygons.",
"type": "bool",
"defaultValue": false
}
]