- 27 Nov, 2018 1 commit
-
-
Don Gagne authored
Prevent counter overflow
-
- 29 Oct, 2018 1 commit
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 26 Oct, 2018 2 commits
-
-
Gus Grubba authored
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 04 Sep, 2018 2 commits
-
-
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
-
- 31 Jan, 2018 1 commit
-
-
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.
-
- 24 Aug, 2017 1 commit
-
-
Gus Grubba authored
This reverts commit 52160d80.
-
- 21 Aug, 2017 1 commit
-
-
Gus Grubba authored
-
- 31 Jul, 2017 2 commits
-
-
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.
-
- 01 Jul, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 17 May, 2017 1 commit
-
-
Gus Grubba authored
-
- 05 Apr, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 11 Mar, 2017 1 commit
-
-
Don Gagne authored
No more user prompting
-
- 14 Feb, 2017 1 commit
-
-
Don Gagne authored
Use component id from heartbeat
-
- 27 Nov, 2016 1 commit
-
-
Don Gagne authored
-
- 03 Oct, 2016 1 commit
-
-
Don Gagne authored
_finalize methods need information which is not available if all you have is a mavlink_message_t
-
- 03 Sep, 2016 1 commit
-
-
Don Gagne authored
-
- 01 Sep, 2016 1 commit
-
-
Don Gagne authored
-
- 29 Aug, 2016 1 commit
-
-
Don Gagne authored
-
- 22 Aug, 2016 1 commit
-
-
Don Gagne authored
-
- 31 May, 2016 1 commit
-
-
Lorenz Meier authored
-
- 10 Apr, 2016 1 commit
-
-
Don Gagne authored
-
- 16 Jan, 2016 1 commit
-
-
Don Gagne authored
-
- 03 Jan, 2016 1 commit
-
-
Don Gagne authored
-
- 24 Nov, 2015 2 commits
-
-
Nate Weibley authored
-
Nate Weibley authored
-
- 23 Nov, 2015 1 commit
-
-
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
-
- 19 Nov, 2015 2 commits
- 18 Nov, 2015 1 commit
-
-
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
-
- 13 Nov, 2015 1 commit
-
-
Don Gagne authored
-
- 30 Oct, 2015 1 commit
-
-
Don Gagne authored
Instead us a Toolbox concept which hangs off of QGCApplication
-
- 15 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 24 Jul, 2015 1 commit
-
-
Don Gagne authored
-
- 20 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 28 Mar, 2015 1 commit
-
-
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.
-
- 22 Mar, 2015 1 commit
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- 26 Dec, 2014 1 commit
-
-
Don Gagne authored
Moving methods from MainWindow to QGCApplication so that more things can run without a window. Helpful for testing.
-