Skip to content
  1. Dec 23, 2017
    • Beat Küng's avatar
      RTCMMavlink: fix sequence numbers · d7f5411e
      Beat Küng authored
      sequence numbers are only increased after a new RTCM message, while only
      the fragment id is incremented within a fragmented message.
      d7f5411e
  2. May 09, 2017
  3. Apr 10, 2017
  4. Oct 03, 2016
  5. Jun 12, 2016
  6. Jun 01, 2016
  7. May 31, 2016
  8. 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