- Dec 23, 2017
-
-
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.
-
- Aug 23, 2017
-
-
DonLakeFlyer authored
-
- Aug 17, 2017
-
-
DonLakeFlyer authored
-
- Jun 20, 2017
-
-
Beat Küng authored
-
- Jun 14, 2017
-
-
Lorenz Meier authored
-
- May 18, 2017
-
-
Don Gagne authored
-
- May 09, 2017
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- May 01, 2017
-
-
DonLakeFlyer authored
-
- Apr 19, 2017
-
-
DonLakeFlyer authored
-
- Apr 12, 2017
-
-
DonLakeFlyer authored
-
Don Gagne authored
-
- Apr 10, 2017
- Apr 05, 2017
-
-
Donald Gagne authored
-
- Feb 27, 2017
-
-
Don Gagne authored
-
- Oct 03, 2016
-
-
Don Gagne authored
_finalize methods need information which is not available if all you have is a mavlink_message_t
-
- Aug 02, 2016
-
-
Beat Küng authored
-
- Jul 05, 2016
-
-
Beat Küng authored
-
- Jun 12, 2016
-
-
Don Gagne authored
-
- Jun 01, 2016
- May 31, 2016
-
-
Lorenz Meier authored
-
- Apr 27, 2016
-
-
Don Gagne authored
-
- Apr 20, 2016
-
-
Beat Küng authored
This also replaces tabs with spaces
-
- Apr 19, 2016
-
-
Beat Küng authored
-
Beat Küng authored
-
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
-
Beat Küng authored
-