1. 06 Nov, 2020 1 commit
  2. 01 Feb, 2020 1 commit
  3. 02 Jan, 2020 1 commit
    • DoinLakeFlyer's avatar
      · 516520b7
      DoinLakeFlyer authored
      Only trust gcs heading from plugin
      516520b7
  4. 21 Sep, 2019 1 commit
    • Don Gagne's avatar
      · f8e2dbe9
      Don Gagne authored
      Plugin'ized follow me support
      f8e2dbe9
  5. 17 Jan, 2019 1 commit
  6. 25 Oct, 2018 1 commit
    • Don Gagne's avatar
      · c7246a36
      Don Gagne authored
      Add Distance to GCS to Vehicle FactGroup
      c7246a36
  7. 05 Jan, 2018 1 commit
  8. 15 Nov, 2017 1 commit
  9. 13 Nov, 2017 1 commit
  10. 05 Apr, 2017 1 commit
  11. 30 Mar, 2017 1 commit
  12. 31 May, 2016 1 commit
  13. 24 Apr, 2016 1 commit
  14. 19 Apr, 2016 1 commit
    • Beat Küng's avatar
      gps: add structure to use gps drivers and send a RTCM stream via mavlink (currently disabled) · f13c1785
      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
      f13c1785
  15. 30 Oct, 2015 1 commit
  16. 29 Oct, 2015 1 commit
  17. 29 Aug, 2015 1 commit
  18. 26 Aug, 2015 1 commit
    • Don Gagne's avatar
      New FirmwarePlugin support · a298165f
      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
      a298165f
  19. 04 Jul, 2015 1 commit
  20. 27 May, 2015 1 commit
    • Don Gagne's avatar
      Return AutoPilotPlugin as QSharedPointer · 1856e1cb
      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.
      1856e1cb
  21. 22 Dec, 2014 1 commit
  22. 12 Dec, 2014 1 commit
    • Don Gagne's avatar
      Move UAS and MAVLinkProtocol back to main thread · fc493d75
      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.
      fc493d75
  23. 11 Dec, 2014 1 commit
  24. 26 Nov, 2014 2 commits
  25. 21 Nov, 2014 1 commit
  26. 17 Nov, 2014 1 commit