StructureScan.SettingsGroup.json 1.73 KB
Newer Older
1
[
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
    "name":             "GimbalPitch",
    "shortDescription": "Gimbal pitch rotation.",
    "type":             "double",
    "units":            "gimbal-degrees",
    "min":              -90,
    "max":              0,
    "decimalPlaces":    0,
    "defaultValue":     0
},
{
    "name":             "GimbalYaw",
    "shortDescription": "Gimbal yaw rotation.",
    "type":             "double",
    "units":            "deg",
    "min":              -180.0,
    "max":              180.0,
    "decimalPlaces":    0,
    "defaultValue":     90
},
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
{
    "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
},
{
    "name":             "Layer distance",
    "shortDescription": "Distance between each layer.",
    "type":             "double",
    "decimalPlaces":    2,
    "min":              0,
    "units":            "m",
    "defaultValue":     25
},
46 47 48 49 50 51 52 53 54
{
    "name":             "Scan distance",
    "shortDescription": "Scan distance away from structure.",
    "type":             "double",
    "decimalPlaces":    2,
    "min":              0,
    "units":            "m",
    "defaultValue":     25
},
55 56 57 58 59 60 61 62 63 64
{
    "name":             "Trigger distance",
    "shortDescription": "Distance between each triggering of the camera. 0 specifies not camera trigger.",
    "type":             "double",
    "decimalPlaces":    2,
    "min":              0,
    "units":            "m",
    "defaultValue":     25
}
]