1. 07 Nov, 2016 2 commits
  2. 27 Oct, 2016 1 commit
  3. 25 Oct, 2016 1 commit
    • Gus Grubba's avatar
      Bug fixes. · dc2be3bf
      Gus Grubba authored
      Moving source files into Vehicles as it is a more coherent place.
      dc2be3bf
  4. 21 Oct, 2016 1 commit
  5. 14 Oct, 2016 1 commit
  6. 05 Oct, 2016 1 commit
  7. 04 Oct, 2016 1 commit
  8. 28 Sep, 2016 1 commit
  9. 16 Sep, 2016 1 commit
  10. 15 Sep, 2016 1 commit
  11. 03 Sep, 2016 1 commit
  12. 01 Sep, 2016 2 commits
  13. 30 Aug, 2016 3 commits
  14. 28 Aug, 2016 1 commit
  15. 25 Aug, 2016 1 commit
  16. 19 Aug, 2016 2 commits
  17. 18 Aug, 2016 1 commit
  18. 31 Jul, 2016 1 commit
  19. 24 Jul, 2016 1 commit
  20. 23 Jul, 2016 1 commit
  21. 12 Jul, 2016 1 commit
  22. 09 Jul, 2016 1 commit
  23. 24 Jun, 2016 1 commit
  24. 23 Jun, 2016 1 commit
  25. 17 Jun, 2016 1 commit
  26. 15 Jun, 2016 1 commit
  27. 03 Jun, 2016 1 commit
  28. 01 Jun, 2016 1 commit
  29. 31 May, 2016 1 commit
  30. 29 May, 2016 1 commit
  31. 27 May, 2016 1 commit
  32. 28 Apr, 2016 1 commit
  33. 24 Apr, 2016 1 commit
  34. 20 Apr, 2016 1 commit
  35. 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