TransectStyle.SettingsGroup.json 1.16 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
[
{
    "name":             "TurnAroundDistance",
    "shortDescription": "Amount of additional distance to add outside the survey area for vehicle turn around.",
    "type":             "double",
    "decimalPlaces":    2,
    "min":              0,
    "units":            "m",
    "defaultValue":     30
},
{
    "name":             "TurnAroundDistanceMultiRotor",
    "shortDescription": "Amount of additional distance to add outside the survey area for vehicle turn around.",
    "type":             "double",
    "decimalPlaces":    2,
    "min":              0,
    "units":            "m",
    "defaultValue":     10
},
{
    "name":             "CameraTriggerInTurnAround",
    "shortDescription": "Camera continues taking images in turn arounds.",
    "type":             "bool",
    "defaultValue":     true
},
{
    "name":             "HoverAndCapture",
    "shortDescription": "Stop and Hover at each image point before taking image",
    "type":             "bool",
    "defaultValue":     false
},
{
    "name":             "Refly90Degrees",
    "shortDescription": "Refly the pattern at a 90 degree angle",
    "type":             "bool",
    "defaultValue":     false
}
]