Skip to content
Commit f13c1785 authored by Beat Küng's avatar Beat Küng
Browse files

gps: add structure to use gps drivers and send a RTCM stream via mavlink (currently disabled)

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
parent ddafe145
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment