- Nov 27, 2018
-
-
Don Gagne authored
Prevent counter overflow
-
- Oct 29, 2018
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Oct 26, 2018
-
-
Gus Grubba authored
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Sep 04, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
Fixed the core MAVLink receiver. Among other things, it wasn't accounting for fragmented messages. Fixed code that monitors messages received (and lost) Added a section within the MAVLink panel to show the current status (for the current vehicle) Remove some old, unused exposed interfaces
-
- Jan 31, 2018
-
-
DonLakeFlyer authored
* Flight modes still not implemented. Waiting on message change. * Also includes various cauterization of UI things which should not be available on high latency link.
-
- Aug 24, 2017
-
-
Gus Grubba authored
This reverts commit 52160d80.
-
- Aug 21, 2017
-
-
Gus Grubba authored
-
- Jul 31, 2017
-
-
Lorenz Meier authored
-
Lorenz Meier authored
This extension introduces a complete version handshake mechanism which will detect wether the vehicle AND the complete link / routing infrastructure support MAVLink 2. If they do, QGC will switch to the highest protocol version supported by all connected vehicles. If a new vehicle connects, it will re-negotiate the highest possible version. This means that we error on the side of compatibility, which later can be easily changed.
-
- Jul 01, 2017
-
-
DonLakeFlyer authored
-
- May 17, 2017
-
-
Gus Grubba authored
-
- Apr 05, 2017
-
-
DonLakeFlyer authored
-
- Mar 11, 2017
-
-
Don Gagne authored
No more user prompting
-
- Feb 14, 2017
-
-
Don Gagne authored
Use component id from heartbeat
-
- Nov 27, 2016
-
-
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
-
- Sep 03, 2016
-
-
Don Gagne authored
-
- Sep 01, 2016
-
-
Don Gagne authored
-
- Aug 29, 2016
-
-
Don Gagne authored
-
- Aug 22, 2016
-
-
Don Gagne authored
-
- May 31, 2016
-
-
Lorenz Meier authored
-
- Apr 10, 2016
-
-
Don Gagne authored
-
- Jan 16, 2016
-
-
Don Gagne authored
-
- Jan 03, 2016
-
-
Don Gagne authored
-
- Nov 24, 2015
-
-
Nate Weibley authored
-
Nate Weibley authored
-
- Nov 23, 2015
-
-
Don Gagne authored
- Pervasive change to automatically connect to known board types - Lots of additional changes along with this: - More exposure of objects/properties to Qml - Much restructuring in LinkManager and LinkManager clients
-
- Nov 19, 2015
- Nov 18, 2015
-
-
Don Gagne authored
- Pervasive change to automatically connect to known board types - Lots of additional changes along with this: - More exposure of objects/properties to Qml - Much restructuring in LinkManager and LinkManager clients
-
- Nov 13, 2015
-
-
Don Gagne authored
-
- Oct 30, 2015
-
-
Don Gagne authored
Instead us a Toolbox concept which hangs off of QGCApplication
-
- Oct 15, 2015
-
-
Don Gagne authored
-
- Jul 24, 2015
-
-
Don Gagne authored
-
- Apr 20, 2015
-
-
dogmaphobic authored
-
- Mar 28, 2015
-
-
Don Gagne authored
Link ids were being used interchangeably with the mavlink channel for the link. Link ids handed out as a numerically increasing integer. Once the counter went past MAVLINK_COMM_NUM_BUFFERS all hell would break loose and cause memory corruption.
-
- Mar 22, 2015
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- Dec 26, 2014
-
-
Don Gagne authored
Moving methods from MainWindow to QGCApplication so that more things can run without a window. Helpful for testing.
-