1. 13 Jun, 2020 1 commit
    • DonLakeFlyer's avatar
      · b70a4f01
      DonLakeFlyer authored
      LinkInterface and Vehicle uses mutexes to synchronize writing bytes to the link instead of queued signals
      b70a4f01
  2. 01 Feb, 2020 1 commit
  3. 23 Dec, 2017 1 commit
    • 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
  4. 09 May, 2017 1 commit
  5. 10 Apr, 2017 1 commit
  6. 03 Oct, 2016 1 commit
  7. 12 Jun, 2016 1 commit
  8. 01 Jun, 2016 1 commit
  9. 31 May, 2016 1 commit
  10. 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