EstimatorStatusFactGroup.json 3.61 KB
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5 6 7
[
{
    "name":                 "goodAttitudeEsimate",
8
    "shortDesc":     "Good Attitude Esimate",
9 10 11 12 13
    "type":                 "bool",
    "default":              false
},
{
    "name":                 "goodHorizVelEstimate",
14
    "shortDesc":     "Good Horiz Vel Estimate",
15 16 17 18 19
    "type":                 "bool",
    "default":              false
},
{
    "name":                 "goodVertVelEstimate",
20
    "shortDesc":     "Good Vert Vel Estimate",
21 22 23 24 25
    "type":                 "bool",
    "default":              false
},
{
    "name":                 "goodHorizPosRelEstimate",
26
    "shortDesc":     "Good Horiz Pos Rel Estimate",
27 28 29 30 31
    "type":                 "bool",
    "default":              false
},
{
    "name":                 "goodHorizPosAbsEstimate",
32
    "shortDesc":     "Good Horiz Pos Abs Estimate",
33 34 35 36 37
    "type":                 "bool",
    "default":              false
},
{
    "name":                 "goodVertPosAbsEstimate",
38
    "shortDesc":     "Good Vert Pos Abs Estimate",
39 40 41 42 43
    "type":                 "bool",
    "default":              false
},
{
    "name":                 "goodVertPosAGLEstimate",
44
    "shortDesc":     "Good Vert Pos AGL Estimate",
45 46 47 48 49
    "type":                 "bool",
    "default":              false
},
{
    "name":                 "goodConstPosModeEstimate",
50
    "shortDesc":     "Good Const Pos Mode Estimate",
51 52 53 54 55
    "type":                 "bool",
    "default":              false
},
{
    "name":                 "goodPredHorizPosRelEstimate",
56
    "shortDesc":     "Good Pred Horiz Pos Rel Estimate",
57 58 59 60 61
    "type":                 "bool",
    "default":              false
},
{
    "name":                 "goodPredHorizPosAbsEstimate",
62
    "shortDesc":     "Good Pred Horiz Pos Abs Estimate",
63 64 65 66 67
    "type":                 "bool",
    "default":              false
},
{
    "name":                 "gpsGlitch",
68
    "shortDesc":     "Gps Glitch",
69 70 71 72 73
    "type":                 "bool",
    "default":              false
},
{
    "name":                 "accelError",
74
    "shortDesc":     "Accel Error",
75 76 77 78 79
    "type":                 "bool",
    "default":              false
},
{
    "name":                 "velRatio",
80
    "shortDesc":     "Vel Ratio",
81 82 83 84 85 86
    "type":                 "float",
    "decimalPlaces":        2,
    "default":              null
},
{
    "name":                 "horizPosRatio",
87
    "shortDesc":     "Horiz Pos Ratio",
88 89 90 91 92 93
    "type":                 "float",
    "decimalPlaces":        2,
    "default":              null
},
{
    "name":                 "vertPosRatio",
94
    "shortDesc":     "Vert Pos Ratio",
95 96 97 98 99 100
    "type":                 "float",
    "decimalPlaces":        2,
    "default":              null
},
{
    "name":                 "magRatio",
101
    "shortDesc":     "Mag Ratio",
102 103 104 105 106 107
    "type":                 "float",
    "decimalPlaces":        2,
    "default":              null
},
{
    "name":                 "haglRatio",
108
    "shortDesc":     "HAGL Ratio",
109 110 111 112 113 114
    "type":                 "float",
    "decimalPlaces":        2,
    "default":              null
},
{
    "name":                 "tasRatio",
115
    "shortDesc":     "TAS Ratio",
116 117 118 119 120 121
    "type":                 "float",
    "decimalPlaces":        2,
    "default":              null
},
{
    "name":                 "horizPosAccuracy",
122
    "shortDesc":     "Horiz Pos Accuracy",
123 124 125 126 127 128
    "type":                 "float",
    "decimalPlaces":        2,
    "default":              null
},
{
    "name":                 "vertPosAccuracy",
129
    "shortDesc":     "Vert Pos Accuracy",
130 131 132 133 134
    "type":                 "float",
    "decimalPlaces":        2,
    "default":              null
}
]
135
}