Skip to content
StructureScan.SettingsGroup.json 1.45 KiB
Newer Older
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
{
    "name":             "GimbalPitch",
    "shortDesc": "Gimbal pitch rotation.",
    "type":             "double",
    "units":            "gimbal-degrees",
    "min":              -90,
    "max":              0,
    "decimalPlaces":    0,
    "default":     0
Don Gagne's avatar
 
Don Gagne committed
{
    "name":             "EntranceAltitude",
    "shortDesc": "Vehicle will fly to/from the structure at this altitude.",
Don Gagne's avatar
 
Don Gagne committed
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
    "default":     50
Don Gagne's avatar
 
Don Gagne committed
},
Don Gagne's avatar
 
Don Gagne committed
    "name":             "ScanBottomAlt",
    "shortDesc": "Altitude for the bottomost covered area of the scan. You can adjust this value such that the Bottom Layer Alt will fly above obstacles on the ground.",
Don Gagne's avatar
Don Gagne committed
    "type":             "double",
    "units":            "m",
    "decimalPlaces":    1,
    "default":     50
Don Gagne's avatar
Don Gagne committed
},
{
    "name":             "Layers",
    "shortDesc": "Number of scan layers.",
Don Gagne's avatar
Don Gagne committed
    "type":             "uint32",
    "min":              1,
    "default":     1
{
    "name":             "StructureHeight",
    "shortDesc": "Height of structure being scanned.",
    "type":             "double",
Don Gagne's avatar
 
Don Gagne committed
    "decimalPlaces":    2,
    "units":            "m",
    "min":              1,
    "default":     100
Don Gagne's avatar
 
Don Gagne committed
},
{
    "name":             "StartFromTop",
    "shortDesc": "Start scanning from top of structure.",
Don Gagne's avatar
 
Don Gagne committed
    "type":             "bool",
    "default":     true