Don Gagne
|
fb43c44204
|
More works towards removing UAS completely
|
10 years ago |
Don Gagne
|
3433b5417d
|
Remove as many Singletons as possible
Instead us a Toolbox concept which hangs off of QGCApplication
|
10 years ago |
Don Gagne
|
f132b11025
|
ParameterLoader to Vehicle, ParameterMetaData to FirmwarePlugin
|
10 years ago |
Nate Weibley
|
186f0bff8a
|
Remove duplicated enum conversion function
|
10 years ago |
Nate Weibley
|
c9123adfb6
|
Build param cache path using QDir::filePath
|
10 years ago |
Don Gagne
|
9010541154
|
More header fixes for Mobile build
|
10 years ago |
Nate Weibley
|
3dff49a8d6
|
Perform translation between QGC Fact data type and mavlink param type
|
10 years ago |
Nate Weibley
|
a8753935e4
|
Introduce locally cached parameter sync to speed up initial connection
|
10 years ago |
Don Gagne
|
8b9ee774d1
|
Allow param edit with missing parameters
|
10 years ago |
Don Gagne
|
1ad7da2c48
|
Allow param edit with missing parameters
|
10 years ago |
Don Gagne
|
cfa7c9884d
|
Move verbose logging to new category
|
10 years ago |
Don Gagne
|
37e9f869a2
|
Added APM Firmware Plugin
- Also added new adjustMavlinkMessage support
|
10 years ago |
Don Gagne
|
87865088ec
|
Parameter search support
|
10 years ago |
Don Gagne
|
943d47a451
|
New MultiVehicleManager, Vehicle objects
- MultiVehicleManager is a Qml friendly replacement for UASManager
- Vehicle is a replacement for both UAS and AutoPilotPlugin
|
10 years ago |
Don Gagne
|
91f53523a5
|
Turn on showErrorsInToolbar at appropriate time
Also fixed case where UASMessageHandler reported errors but walking
list turned up no errors
|
10 years ago |
Don Gagne
|
f1196e141e
|
Show vehicle errors after parameter load
|
10 years ago |
Lorenz Meier
|
f25e7e076d
|
Param loader: use right count
|
10 years ago |
Don Gagne
|
8b7bc4ad5f
|
Notify user of vehicle boot errors
|
10 years ago |
Don Gagne
|
e1fe7ba0cb
|
Report failed initial parameter load to user
|
10 years ago |
Don Gagne
|
9b68c43fb2
|
Parameter load errors shown to user
|
10 years ago |
Don Gagne
|
6261e7618d
|
FactPanel V2
|
10 years ago |
Don Gagne
|
801b7607fe
|
Timeout too short
Was causing unnecessary read re-requests to get sent out
|
10 years ago |
Don Gagne
|
87c06bed14
|
Much better handling of missing facts
|
10 years ago |
Don Gagne
|
df144d9eb6
|
Remove debugging code mistakenly left in
|
10 years ago |
Don Gagne
|
834aa5261e
|
Fix unused variable
|
10 years ago |
Don Gagne
|
97c8b6dc31
|
FactSystem now only source for parameters
QGCUASParamManager and friends are replaced by FactSystem
|
10 years ago |
Don Gagne
|
a546d9a6d1
|
Exit app immediately if missing required paramter
|
10 years ago |
Don Gagne
|
84dda11892
|
Full Fact meta data implementation
|
10 years ago |
Don Gagne
|
4787a4fc30
|
Add Group support to FactSystem
|
10 years ago |
Don Gagne
|
4bfb3701a3
|
Switched to ParameterLoader, added component id support
|
10 years ago |