Skip to content
  1. Jan 14, 2019
  2. Oct 02, 2018
    • Don Gagne's avatar
      · 912d0569
      Don Gagne authored
      Fix meters to mm conversions
      912d0569
  3. Oct 01, 2018
    • Don Gagne's avatar
      · e07b730b
      Don Gagne authored
      Add support for specifying fixed RTK base position
      e07b730b
  4. Jul 14, 2018
  5. Jun 20, 2017
  6. Jun 14, 2017
  7. Apr 12, 2017
  8. Apr 10, 2017
  9. Jul 05, 2016
  10. Jun 01, 2016
  11. May 31, 2016
  12. Apr 20, 2016
  13. 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
Loading