CorridorScan.SettingsGroup.json 1.38 KB
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5 6 7
[
{
    "name":             "Altitude",
8
    "shortDesc": "Altitude for the bottom layer of the structure scan.",
9 10 11
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
12
    "default":     50
13 14 15
},
{
    "name":             "CorridorWidth",
16
    "shortDesc": "Corridor width. Specify 0 width for a single pass scan.",
17 18 19 20
    "type":             "double",
    "units":            "m",
    "min":              0,
    "decimalPlaces":    1,
21
    "default":     50
22 23 24
},
{
    "name":             "Trigger distance",
25
    "shortDesc": "Distance between each triggering of the camera. 0 specifies not camera trigger.",
26 27 28 29
    "type":             "double",
    "decimalPlaces":    2,
    "min":              0,
    "units":            "m",
30
    "default":     25
31 32 33
},
{
    "name":             "GridSpacing",
34
    "shortDesc": "Amount of spacing in between parallel grid lines.",
35 36 37 38
    "type":             "double",
    "decimalPlaces":    2,
    "min":              0.1,
    "units":            "m",
39
    "default":     30
40 41
},
{
42
    "name":             "TurnaroundDistance",
43
    "shortDesc": "Amount of additional distance to add outside the survey area for vehicle turnaround.",
44 45 46 47
    "type":             "double",
    "decimalPlaces":    2,
    "min":              0,
    "units":            "m",
48
    "default":     30
49 50
}
]
51
}