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