RTK.SettingsGroup.json 710 Bytes
Newer Older
Don Gagne's avatar
Don Gagne committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
[
{
    "name":             "SurveyInAccuracyLimit",
    "shortDescription": "Survey in accuracy limit",
    "longDescription":  "The maximum accuracy allowed prior to completing survey in.",
    "type":             "double",
    "defaultValue":     2.0,
    "min":              0.5,
    "units":            "m",
    "decimalPlaces":    1
},
{
    "name":             "SurveyInMinObservationDuration",
    "shortDescription": "Minimum observation time",
    "longDescription":  "Defines the minimum amount of observation time for the position calculation.",
    "type":             "Uint32",
    "defaultValue":     180,
    "min":              1,
    "units":            "secs",
    "decimalPlaces":    0
}
]