StructureScan.SettingsGroup.json 1.44 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
    "name":             "ScanBottomAlt",
    "shortDescription": "Altitude for the bottomost covered area of the scan. You can adjust this value such that the Bottom Layer Alt will fly above obstacles on the ground.",
23 24 25 26 27 28 29 30 31 32 33 34
    "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
},
{
    "name":             "StartFromTop",
46
    "shortDescription": "Start scanning from top of structure.",
47 48
    "type":             "bool",
    "defaultValue":     true
49 50
}
]