1. 01 Feb, 2020 1 commit
  2. 02 Jan, 2020 1 commit
    • DoinLakeFlyer's avatar
      · 516520b7
      DoinLakeFlyer authored
      Only trust gcs heading from plugin
      516520b7
  3. 21 Sep, 2019 1 commit
    • Don Gagne's avatar
      · f8e2dbe9
      Don Gagne authored
      Plugin'ized follow me support
      f8e2dbe9
  4. 17 Jan, 2019 1 commit
  5. 25 Oct, 2018 1 commit
    • Don Gagne's avatar
      · c7246a36
      Don Gagne authored
      Add Distance to GCS to Vehicle FactGroup
      c7246a36
  6. 05 Jan, 2018 1 commit
  7. 15 Nov, 2017 1 commit
  8. 13 Nov, 2017 1 commit
  9. 05 Apr, 2017 1 commit
  10. 30 Mar, 2017 1 commit
  11. 31 May, 2016 1 commit
  12. 24 Apr, 2016 1 commit
  13. 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
  14. 30 Oct, 2015 1 commit
  15. 29 Oct, 2015 1 commit
  16. 29 Aug, 2015 1 commit
  17. 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
  18. 04 Jul, 2015 1 commit
  19. 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
  20. 22 Dec, 2014 1 commit
  21. 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
  22. 11 Dec, 2014 1 commit
  23. 26 Nov, 2014 2 commits
  24. 21 Nov, 2014 1 commit
  25. 17 Nov, 2014 1 commit