用qml显示了航点参数,qml目前可能没有完善,很多部件都显示不了
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user