StructureScan.SettingsGroup.json 1.34 KB
Newer Older
1
[
2 3 4 5 6 7 8 9 10 11
{
    "name":             "GimbalPitch",
    "shortDescription": "Gimbal pitch rotation.",
    "type":             "double",
    "units":            "gimbal-degrees",
    "min":              -90,
    "max":              0,
    "decimalPlaces":    0,
    "defaultValue":     0
},
12 13 14 15 16 17 18 19
{
    "name":             "EntranceAltitude",
    "shortDescription": "Vehicle will fly to/from the structure at this altitude.",
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
    "defaultValue":     50
},
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
{
    "name":             "Altitude",
    "shortDescription": "Altitude for the bottom layer of the structure scan.",
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
    "defaultValue":     50
},
{
    "name":             "Layers",
    "shortDescription": "Number of scan layers.",
    "type":             "uint32",
    "min":              1,
    "defaultValue":     1
},
35 36 37 38
{
    "name":             "StructureHeight",
    "shortDescription": "Height of structure being scanned.",
    "type":             "double",
39
    "decimalPlaces":    2,
40 41 42
    "units":            "m",
    "min":              1,
    "defaultValue":     100
43 44 45 46 47 48
},
{
    "name":             "StartFromTop",
    "shortDescription": "Start scan from top of structure.",
    "type":             "bool",
    "defaultValue":     true
49 50
}
]