Skip to content
Snippets Groups Projects
SubmarineFact.json 1.36 KiB
Newer Older
  • Learn to ignore specific revisions
  • DoinLakeFlyer's avatar
     
    DoinLakeFlyer committed
    {
        "version":      1,
        "fileType":  "FactMetaData",
        "QGC.MetaData.Facts":
    
        "name":             "cameraTilt",
    
        "shortDescription": "Camera Tilt",
        "type":             "int16",
        "units":            "%"
    },
    {
    
        "name":             "tetherTurns",
    
        "shortDescription": "Tether Turns",
        "type":             "int16",
        "units":            "clockwise"
    },
    {
    
        "name":             "lights1",
    
        "shortDescription": "Lights 1 level",
        "type":             "int16",
        "units":            "%"
    },
    {
    
        "name":             "lights2",
    
        "shortDescription": "Lights 2 level",
        "type":             "int16",
        "units":            "%"
    
        "name":             "pilotGain",
    
        "shortDescription": "Pilot Gain",
        "type":             "int16",
        "units":            "%"
    
        "name":             "inputHold",
    
        "shortDescription": "Input Hold",
    
        "type":             "int16",
        "enumStrings":      "Disabled,Enabled",
        "enumValues":       "0,1"
    
    {    "name":            "rangefinderDistance",
    
        "shortDescription": "Rangefinder",
        "type":             "float",
        "decimalPlaces":    2,
        "units":            "meters"
    
    {   "name":             "rollPitchToggle",
    
        "shortDescription": "Roll/Pitch Toggle",
        "type":             "int16",
        "enumStrings":      "Disabled,Enabled,Unavailable",
        "enumValues":       "0,1,2"
    
    DoinLakeFlyer's avatar
     
    DoinLakeFlyer committed
    }