12 changed files with 271 additions and 390 deletions
@ -0,0 +1,48 @@
@@ -0,0 +1,48 @@
|
||||
[ |
||||
{ |
||||
"name": "OfflineEditingFirmwareType", |
||||
"shortDescription": "Offline editing firmware type", |
||||
"type": "uint32", |
||||
"enumStrings": "ArduPilot Firmware,PX4 Pro Firmware,Mavlink Generic Firmware", |
||||
"enumValues": "3,12,0", |
||||
"defaultValue": 3 |
||||
}, |
||||
{ |
||||
"name": "OfflineEditingVehicleType", |
||||
"shortDescription": "Offline editing vehicle type", |
||||
"type": "uint32", |
||||
"enumStrings": "Fixedwing,Multicopter,VTOL,Rover,Sub", |
||||
"enumValues": "1,2,19,10,12", |
||||
"defaultValue": 1 |
||||
}, |
||||
{ |
||||
"name": "OfflineEditingCruiseSpeed", |
||||
"shortDescription": "Offline editing cruise speed", |
||||
"longDescription": "This value defines the cruising speed for forward flight vehicles for use in calculating mission duration when not connected to a vehicle.", |
||||
"type": "double", |
||||
"defaultValue": 16.0, |
||||
"min": 1.0, |
||||
"units": "m/s", |
||||
"decimalPlaces": 2 |
||||
}, |
||||
{ |
||||
"name": "OfflineEditingHoverSpeed", |
||||
"shortDescription": "Offline editing hover speed", |
||||
"longDescription": "This value defines the cruising speed for multi-rotor vehicles for use in calculating mission duration when not connected to a vehicle.", |
||||
"type": "double", |
||||
"defaultValue": 4.0, |
||||
"min": 1.0, |
||||
"units": "m/s", |
||||
"decimalPlaces": 2 |
||||
}, |
||||
{ |
||||
"name": "batteryPercentRemainingAnnounce", |
||||
"shortDescription": "Announce battery remaining percent", |
||||
"longDescription": "QGroundControl will announce the remaining battery percent when it falls below the specified percentage.", |
||||
"type": "uint32", |
||||
"defaultValue": 30, |
||||
"units": "%", |
||||
"min": 0, |
||||
"max": 100 |
||||
} |
||||
] |
@ -1,47 +1,43 @@
@@ -1,47 +1,43 @@
|
||||
[ |
||||
{ |
||||
"version": 1, |
||||
|
||||
"properties": [ |
||||
{ |
||||
"name": "voltage", |
||||
"shortDescription": "Voltage", |
||||
"type": "double", |
||||
"decimalPlaces": 2, |
||||
"units": "v" |
||||
}, |
||||
{ |
||||
"name": "percentRemaining", |
||||
"shortDescription": "Percent", |
||||
"type": "int32", |
||||
"decimalPlaces": 0, |
||||
"units": "%" |
||||
}, |
||||
{ |
||||
"name": "mahConsumed", |
||||
"shortDescription": "Consumed", |
||||
"type": "int32", |
||||
"decimalPlaces": 0, |
||||
"units": "mAh" |
||||
}, |
||||
{ |
||||
"name": "current", |
||||
"shortDescription": "Current", |
||||
"type": "int32", |
||||
"decimalPlaces": 0, |
||||
"units": "mA" |
||||
}, |
||||
{ |
||||
"name": "temperature", |
||||
"shortDescription": "Temperature", |
||||
"type": "int32", |
||||
"decimalPlaces": 2, |
||||
"units": "C" |
||||
}, |
||||
{ |
||||
"name": "cellCount", |
||||
"shortDescription": "Cell Count", |
||||
"type": "int32", |
||||
"decimalPlaces": 0 |
||||
} |
||||
] |
||||
"name": "voltage", |
||||
"shortDescription": "Voltage", |
||||
"type": "double", |
||||
"decimalPlaces": 2, |
||||
"units": "v" |
||||
}, |
||||
{ |
||||
"name": "percentRemaining", |
||||
"shortDescription": "Percent", |
||||
"type": "int32", |
||||
"decimalPlaces": 0, |
||||
"units": "%" |
||||
}, |
||||
{ |
||||
"name": "mahConsumed", |
||||
"shortDescription": "Consumed", |
||||
"type": "int32", |
||||
"decimalPlaces": 0, |
||||
"units": "mAh" |
||||
}, |
||||
{ |
||||
"name": "current", |
||||
"shortDescription": "Current", |
||||
"type": "int32", |
||||
"decimalPlaces": 0, |
||||
"units": "mA" |
||||
}, |
||||
{ |
||||
"name": "temperature", |
||||
"shortDescription": "Temperature", |
||||
"type": "int32", |
||||
"decimalPlaces": 2, |
||||
"units": "C" |
||||
}, |
||||
{ |
||||
"name": "cellCount", |
||||
"shortDescription": "Cell Count", |
||||
"type": "int32", |
||||
"decimalPlaces": 0 |
||||
} |
||||
] |
||||
|
@ -1,39 +1,35 @@
@@ -1,39 +1,35 @@
|
||||
[ |
||||
{ |
||||
"version": 1, |
||||
|
||||
"properties": [ |
||||
{ |
||||
"name": "hdop", |
||||
"shortDescription": "HDOP", |
||||
"type": "double", |
||||
"decimalPlaces": 1 |
||||
}, |
||||
{ |
||||
"name": "vdop", |
||||
"shortDescription": "VDOP", |
||||
"type": "double", |
||||
"decimalPlaces": 1 |
||||
}, |
||||
{ |
||||
"name": "courseOverGround", |
||||
"shortDescription": "Course Over Ground", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "deg" |
||||
}, |
||||
{ |
||||
"name": "lock", |
||||
"shortDescription": "GPS Lock", |
||||
"type": "uint32", |
||||
"enumStrings": "None,None,2D Lock,3D Lock,3D DGPS Lock,3D RTK GPS Lock (float),3D RTK GPS Lock (fixed)", |
||||
"enumValues": "0,1,2,3,4,5,6", |
||||
"decimalPlaces": 0 |
||||
}, |
||||
{ |
||||
"name": "count", |
||||
"shortDescription": "Sat Count", |
||||
"type": "double", |
||||
"decimalPlaces": 0 |
||||
} |
||||
] |
||||
"name": "hdop", |
||||
"shortDescription": "HDOP", |
||||
"type": "double", |
||||
"decimalPlaces": 1 |
||||
}, |
||||
{ |
||||
"name": "vdop", |
||||
"shortDescription": "VDOP", |
||||
"type": "double", |
||||
"decimalPlaces": 1 |
||||
}, |
||||
{ |
||||
"name": "courseOverGround", |
||||
"shortDescription": "Course Over Ground", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "deg" |
||||
}, |
||||
{ |
||||
"name": "lock", |
||||
"shortDescription": "GPS Lock", |
||||
"type": "uint32", |
||||
"enumStrings": "None,None,2D Lock,3D Lock,3D DGPS Lock,3D RTK GPS Lock (float),3D RTK GPS Lock (fixed)", |
||||
"enumValues": "0,1,2,3,4,5,6", |
||||
"decimalPlaces": 0 |
||||
}, |
||||
{ |
||||
"name": "count", |
||||
"shortDescription": "Sat Count", |
||||
"type": "double", |
||||
"decimalPlaces": 0 |
||||
} |
||||
] |
||||
|
@ -1,62 +1,58 @@
@@ -1,62 +1,58 @@
|
||||
[ |
||||
{ |
||||
"version": 1, |
||||
|
||||
"properties": [ |
||||
{ |
||||
"name": "roll", |
||||
"shortDescription": "Roll", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "deg" |
||||
}, |
||||
{ |
||||
"name": "pitch", |
||||
"shortDescription": "Pitch", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "deg" |
||||
}, |
||||
{ |
||||
"name": "heading", |
||||
"shortDescription": "Heading", |
||||
"type": "double", |
||||
"decimalPlaces": 0, |
||||
"units": "deg" |
||||
}, |
||||
{ |
||||
"name": "groundSpeed", |
||||
"shortDescription": "Ground Speed", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "m/s" |
||||
}, |
||||
{ |
||||
"name": "airSpeed", |
||||
"shortDescription": "Air Speed", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "m/s" |
||||
}, |
||||
{ |
||||
"name": "climbRate", |
||||
"shortDescription": "Climb Rate", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "m/s" |
||||
}, |
||||
{ |
||||
"name": "altitudeRelative", |
||||
"shortDescription": "Altitude-rel", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "m" |
||||
}, |
||||
{ |
||||
"name": "altitudeAMSL", |
||||
"shortDescription": "Altitude", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "m" |
||||
} |
||||
] |
||||
"name": "roll", |
||||
"shortDescription": "Roll", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "deg" |
||||
}, |
||||
{ |
||||
"name": "pitch", |
||||
"shortDescription": "Pitch", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "deg" |
||||
}, |
||||
{ |
||||
"name": "heading", |
||||
"shortDescription": "Heading", |
||||
"type": "double", |
||||
"decimalPlaces": 0, |
||||
"units": "deg" |
||||
}, |
||||
{ |
||||
"name": "groundSpeed", |
||||
"shortDescription": "Ground Speed", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "m/s" |
||||
}, |
||||
{ |
||||
"name": "airSpeed", |
||||
"shortDescription": "Air Speed", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "m/s" |
||||
}, |
||||
{ |
||||
"name": "climbRate", |
||||
"shortDescription": "Climb Rate", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "m/s" |
||||
}, |
||||
{ |
||||
"name": "altitudeRelative", |
||||
"shortDescription": "Altitude-rel", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "m" |
||||
}, |
||||
{ |
||||
"name": "altitudeAMSL", |
||||
"shortDescription": "Altitude", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "m" |
||||
} |
||||
] |
||||
|
@ -1,39 +1,35 @@
@@ -1,39 +1,35 @@
|
||||
[ |
||||
{ |
||||
"version": 1, |
||||
|
||||
"properties": [ |
||||
{ |
||||
"name": "xAxis", |
||||
"shortDescription": "Vibe xAxis", |
||||
"type": "double", |
||||
"decimalPlaces": 1 |
||||
}, |
||||
{ |
||||
"name": "yAxis", |
||||
"shortDescription": "Vibe yAxis", |
||||
"type": "double", |
||||
"decimalPlaces": 1 |
||||
}, |
||||
{ |
||||
"name": "zAxis", |
||||
"shortDescription": "Vibe zAxis", |
||||
"type": "double", |
||||
"decimalPlaces": 1 |
||||
}, |
||||
{ |
||||
"name": "clipCount1", |
||||
"shortDescription": "Clip Count (1)", |
||||
"type": "uint32" |
||||
}, |
||||
{ |
||||
"name": "clipCount2", |
||||
"shortDescription": "Clip Count (2)", |
||||
"type": "uint32" |
||||
}, |
||||
{ |
||||
"name": "clipCount3", |
||||
"shortDescription": "Clip Count (3)", |
||||
"type": "uint32" |
||||
} |
||||
] |
||||
"name": "xAxis", |
||||
"shortDescription": "Vibe xAxis", |
||||
"type": "double", |
||||
"decimalPlaces": 1 |
||||
}, |
||||
{ |
||||
"name": "yAxis", |
||||
"shortDescription": "Vibe yAxis", |
||||
"type": "double", |
||||
"decimalPlaces": 1 |
||||
}, |
||||
{ |
||||
"name": "zAxis", |
||||
"shortDescription": "Vibe zAxis", |
||||
"type": "double", |
||||
"decimalPlaces": 1 |
||||
}, |
||||
{ |
||||
"name": "clipCount1", |
||||
"shortDescription": "Clip Count (1)", |
||||
"type": "uint32" |
||||
}, |
||||
{ |
||||
"name": "clipCount2", |
||||
"shortDescription": "Clip Count (2)", |
||||
"type": "uint32" |
||||
}, |
||||
{ |
||||
"name": "clipCount3", |
||||
"shortDescription": "Clip Count (3)", |
||||
"type": "uint32" |
||||
} |
||||
] |
||||
|
@ -1,27 +1,24 @@
@@ -1,27 +1,24 @@
|
||||
[ |
||||
{ |
||||
"version": 1, |
||||
|
||||
"properties": [ |
||||
{ |
||||
"name": "direction", |
||||
"shortDescription": "Wind Direction", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "deg" |
||||
}, |
||||
{ |
||||
"name": "speed", |
||||
"shortDescription": "Wind Spd", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "m/s" |
||||
}, |
||||
{ |
||||
"name": "verticalSpeed", |
||||
"shortDescription": "Wind Spd (vert)", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "m/s" |
||||
} |
||||
] |
||||
"name": "direction", |
||||
"shortDescription": "Wind Direction", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "deg" |
||||
}, |
||||
{ |
||||
"name": "speed", |
||||
"shortDescription": "Wind Spd", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "m/s" |
||||
}, |
||||
{ |
||||
"name": "verticalSpeed", |
||||
"shortDescription": "Wind Spd (vert)", |
||||
"type": "double", |
||||
"decimalPlaces": 1, |
||||
"units": "m/s" |
||||
} |
||||
] |
||||
|
||||
|
Loading…
Reference in new issue