- May 31, 2016
-
-
Lorenz Meier authored
-
- Apr 27, 2016
-
-
Don Gagne authored
-
- Apr 19, 2016
-
-
Beat Küng authored
This does the following: - add RTCMMavlink class that streams RTCM messages via mavlink - add GPSProvider class that opens a serial device and uses the gps driver submodule to get an RTCM stream - add a GPSManager class that manages the RTCMMavlink & GPSProvider classes - implement gps driver callback & definitions using Qt - add the GPSManager to the QGCToolbox To test this, uncomment the _gpsManager->setupGPS("ttyACM0"); in QGCToolbox.cc
-
- Oct 30, 2015
-
-
Don Gagne authored
Instead us a Toolbox concept which hangs off of QGCApplication
-
- Oct 29, 2015
-
-
Don Gagne authored
-
- Aug 29, 2015
-
-
Don Gagne authored
- MultiVehicleManager is a Qml friendly replacement for UASManager - Vehicle is a replacement for both UAS and AutoPilotPlugin
-
- Aug 26, 2015
-
-
Don Gagne authored
- FirmwarePlugin is the new place for code which is specific to firmware flight stack - FirmwarePlugin currently supports flight mode apis - Modify code to use new FirmwarePlugin support
-
- Jul 04, 2015
-
-
Lorenz Meier authored
-
- May 27, 2015
-
-
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.
-
- Dec 22, 2014
-
-
Don Gagne authored
-
- Dec 12, 2014
-
-
Don Gagne authored
Plus a large number of other changes to allow for orderly shutdown of objects without crashes or asserts. This is need for unit tests to create/delete global state around every test.
-
- Dec 11, 2014
-
-
Don Gagne authored
-
- Nov 26, 2014
- Nov 21, 2014
-
-
Don Gagne authored
-
- Nov 17, 2014
-
-
Don Gagne authored
-