TransectStyle.SettingsGroup.json 2.11 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
[
{
    "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
37 38 39
},
{
    "name":             "TerrainAdjustTolerance",
DonLakeFlyer's avatar
DonLakeFlyer committed
40
    "shortDescription": "If adjacent terrain waypoints are within this tolerence they will be removed.",
41 42 43 44 45 46 47 48
    "type":             "double",
    "decimalPlaces":    2,
    "min":              0,
    "units":            "m",
    "defaultValue":     10
},
{
    "name":             "TerrainAdjustMaxClimbRate",
DonLakeFlyer's avatar
DonLakeFlyer committed
49
    "shortDescription": "The maximum climb rate from one waypoint to another when adjusting for terrain. Set to 0 for no max.",
50 51 52 53 54 55 56 57
    "type":             "double",
    "decimalPlaces":    2,
    "min":              0,
    "units":            "m/s",
    "defaultValue":     0
},
{
    "name":             "TerrainAdjustMaxDescentRate",
DonLakeFlyer's avatar
DonLakeFlyer committed
58
    "shortDescription": "The maximum descent rate from one waypoint to another when adjusting for terrain. Set to 0 for no max.",
59 60 61 62 63
    "type":             "double",
    "decimalPlaces":    2,
    "min":              0,
    "units":            "m/s",
    "defaultValue":     0
64 65
}
]