1. 20 Jun, 2017 1 commit
  2. 18 May, 2017 1 commit
  3. 05 Apr, 2017 1 commit
  4. 31 May, 2016 1 commit
  5. 27 Apr, 2016 1 commit
  6. 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
  7. 30 Oct, 2015 1 commit
  8. 29 Oct, 2015 1 commit
  9. 29 Aug, 2015 1 commit
  10. 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
  11. 04 Jul, 2015 1 commit
  12. 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
  13. 22 Dec, 2014 1 commit
  14. 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
  15. 11 Dec, 2014 1 commit
  16. 26 Nov, 2014 2 commits
  17. 21 Nov, 2014 1 commit
  18. 17 Nov, 2014 1 commit