- 01 Feb, 2020 1 commit
-
-
Gus Grubba authored
-
- 02 Jan, 2020 1 commit
-
-
DoinLakeFlyer authored
Only trust gcs heading from plugin
-
- 21 Sep, 2019 1 commit
-
-
Don Gagne authored
Plugin'ized follow me support
-
- 17 Jan, 2019 1 commit
-
-
Willian Galvani authored
-
- 25 Oct, 2018 1 commit
-
-
Don Gagne authored
Add Distance to GCS to Vehicle FactGroup
-
- 05 Jan, 2018 1 commit
-
-
Jacob Walser authored
-
- 15 Nov, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 13 Nov, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 05 Apr, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 30 Mar, 2017 1 commit
-
-
Gus Grubba authored
-
- 31 May, 2016 1 commit
-
-
Lorenz Meier authored
-
- 24 Apr, 2016 1 commit
-
-
Jimmy Johnson authored
-
- 19 Apr, 2016 1 commit
-
-
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
-
- 30 Oct, 2015 1 commit
-
-
Don Gagne authored
Instead us a Toolbox concept which hangs off of QGCApplication
-
- 29 Oct, 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
-
- 26 Aug, 2015 1 commit
-
-
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
-
- 04 Jul, 2015 1 commit
-
-
Lorenz Meier 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.
-
- 22 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 12 Dec, 2014 1 commit
-
-
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.
-
- 11 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 26 Nov, 2014 2 commits
- 21 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 17 Nov, 2014 1 commit
-
-
Don Gagne authored
-