StructureScan.SettingsGroup.json 951 Bytes
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 20 21 22 23 24 25 26
{
    "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
},
27 28 29 30
{
    "name":             "StructureHeight",
    "shortDescription": "Height of structure being scanned.",
    "type":             "double",
31
    "decimalPlaces":    2,
32 33 34
    "units":            "m",
    "min":              1,
    "defaultValue":     100
35 36
}
]