DistanceSensorFact.json 1.76 KB
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5 6 7 8 9 10 11 12
[
{
    "name":             "rotationNone",
    "shortDescription": "Forward",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
13 14 15 16 17 18 19
{
    "name":             "rotationYaw45",
    "shortDescription": "Forward/Right",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
20 21 22 23 24 25 26
{
    "name":             "rotationYaw90",
    "shortDescription": "Right",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
27 28 29 30 31 32 33
{
    "name":             "rotationYaw135",
    "shortDescription": "Rear/Right",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
34 35 36 37 38 39 40
{
    "name":             "rotationYaw180",
    "shortDescription": "Rear",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
41 42 43 44 45 46 47
{
    "name":             "rotationYaw225",
    "shortDescription": "Rear/Left",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
48 49 50 51 52 53
{
    "name":             "rotationYaw270",
    "shortDescription": "Left",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
},
{
    "name":             "rotationYaw315",
    "shortDescription": "Forward/Left",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
{
    "name":             "rotationPitch90",
    "shortDescription": "Up",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
},
{
    "name":             "rotationPitch270",
    "shortDescription": "Down",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
75 76
}
]
77
}