SetpointFact.json 1.07 KB
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
DonLakeFlyer's avatar
DonLakeFlyer committed
5 6 7
[
{
    "name":             "roll",
8
    "shortDesc": "Roll Setpoint",
DonLakeFlyer's avatar
DonLakeFlyer committed
9 10 11 12 13 14
    "type":             "double",
    "decimalPlaces":    1,
    "units":            "deg"
},
{
    "name":             "pitch",
15
    "shortDesc": "Pitch Setpoint",
DonLakeFlyer's avatar
DonLakeFlyer committed
16 17 18 19 20 21
    "type":             "double",
    "decimalPlaces":    1,
    "units":            "deg"
},
{
    "name":             "yaw",
22
    "shortDesc": "Yaw Setpoint",
DonLakeFlyer's avatar
DonLakeFlyer committed
23 24 25 26 27 28
    "type":             "double",
    "decimalPlaces":    1,
    "units":            "deg"
},
{
    "name":             "rollRate",
29
    "shortDesc": "Roll Rate Setpoint",
DonLakeFlyer's avatar
DonLakeFlyer committed
30 31 32 33 34 35
    "type":             "double",
    "decimalPlaces":    1,
    "units":            "deg/s"
},
{
    "name":             "pitchRate",
36
    "shortDesc": "Pitch Rate Setpoint",
DonLakeFlyer's avatar
DonLakeFlyer committed
37 38 39 40 41 42
    "type":             "double",
    "decimalPlaces":    1,
    "units":            "deg/s"
},
{
    "name":             "yawRate",
43
    "shortDesc": "Yaw Rate Setpoint",
DonLakeFlyer's avatar
DonLakeFlyer committed
44 45 46 47 48
    "type":             "double",
    "decimalPlaces":    1,
    "units":            "deg/s"
}
]
49
}