- 21 Mar, 2018 1 commit
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 04 Jan, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 21 Mar, 2017 1 commit
-
-
Donald Gagne authored
-
- 11 Mar, 2017 1 commit
-
-
DonLakeFlyer authored
This makes VehicleComponents reusable from core plugin without requiring override of prerequisiteSetup
-
- 18 Sep, 2016 1 commit
-
-
Don Gagne authored
-
- 15 Sep, 2016 1 commit
-
-
Don Gagne authored
-
- 14 Sep, 2016 1 commit
-
-
Don Gagne authored
-
- 01 Sep, 2016 1 commit
-
-
Don Gagne authored
- GeoFence support comes from plugin - Circle fence support - Better param support
-
- 31 May, 2016 1 commit
-
-
Lorenz Meier authored
-
- 15 Jan, 2016 1 commit
-
-
dogmaphobic authored
-
- 10 Jan, 2016 1 commit
-
-
nopeppermint authored
-
- 04 Jan, 2016 1 commit
-
-
Tomaz Canabrava authored
Also, added a missing method on AutoPilotPlugin as a public pure virtual method (the inheritances already implemented it as a slot, so the new Signal syntax didn't worked because the base class didn't had that method) Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 16 Dec, 2015 1 commit
-
-
Tomaz Canabrava authored
This commit introduces the APM Airframe configuration. The interface is the same as the PX4 one, but the way we deal with the uas is a bit different Since the APM stack doesn't provide a xml with airframe definitions a new one was created by hand with only the values that we need, wich will trigger a download of the parameters file from the mavlink github Now it correctly handles the FRAME variable and it's faster regarding the download of the parameters for each type of Frame. Only show Airframes for ArduCopter, not for ArduRover nor ArduPlane Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 29 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 25 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 06 Oct, 2015 2 commits
- 05 Oct, 2015 1 commit
-
-
Don Gagne authored
- select active vehicle - arm/disarm - select flight mode
-
- 25 Sep, 2015 1 commit
-
-
Don Gagne authored
-
- 29 Aug, 2015 1 commit
-
-
Don Gagne authored
- MultiVehicleManager is a Qml friendly replacement for UASManager - Vehicle is a replacement for both UAS and AutoPilotPlugin
-
- 24 Aug, 2015 1 commit
-
-
Don Gagne authored
-
- 21 Jul, 2015 1 commit
-
-
Don Gagne authored
-
- 29 May, 2015 1 commit
-
-
Don Gagne authored
-
- 27 May, 2015 1 commit
-
-
Don Gagne authored
If Facts are referenced from FactPanelController, we need to reference count the AutoPilotPlugin such that it doesn’t get destroyed until after the FactPanelController is destroyed.
-
- 26 May, 2015 1 commit
-
-
Don Gagne authored
-
- 27 Apr, 2015 1 commit
-
-
Don Gagne authored
QGCUASParamManager and friends are replaced by FactSystem
-
- 16 Apr, 2015 1 commit
-
-
Don Gagne authored
-
- 14 Apr, 2015 2 commits
- 29 Mar, 2015 1 commit
-
-
Don Gagne authored
-
- 26 Mar, 2015 1 commit
-
-
Don Gagne authored
More consistent with Qml usage pattern
-
- 06 Mar, 2015 1 commit
-
-
Don Gagne authored
Passing parameters QVariantMap across C++ boundary was causing crashes in Qt due to Qml array bugs. Referencing same Fact* across Qml boundary in multiple QQuickWidgets caused jScript GC to crash.
-
- 28 Feb, 2015 1 commit
-
-
Don Gagne authored
Also, uas is kept in object
-
- 20 Dec, 2014 1 commit
-
-
Don Gagne authored
- properties now hand off of main “autopilot” object in qml - Added support for summary items through qml
-
- 12 Dec, 2014 2 commits
- 09 Dec, 2014 1 commit
-
-
Don Gagne authored
Allows parameter access from QML among other things
-
- 26 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 21 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 17 Nov, 2014 1 commit
-
-
Don Gagne authored
-