- 06 Nov, 2020 1 commit
-
-
Valentin Platzgummer authored
-
- 20 Oct, 2020 1 commit
-
-
Don Gagne authored
* Remove unneeded mutex * Cleanup LinkInterface, fix connect/disconnect bug
-
- 07 Oct, 2020 1 commit
-
-
Don Gagne authored
New VehicleLinkManager implementation
-
- 15 Sep, 2020 1 commit
-
-
Don Gagne authored
Co-authored-by: Don Gagne <dongagne@outlook.com>
-
- 13 Jun, 2020 1 commit
-
-
DonLakeFlyer authored
LinkInterface and Vehicle uses mutexes to synchronize writing bytes to the link instead of queued signals
-
- 09 Jun, 2020 1 commit
-
-
DonLakeFlyer authored
Rework handling of fw/vehicle type with respect to conflicts with actual vehicle types.
-
- 17 Apr, 2020 1 commit
-
-
DoinLakeFlyer authored
App messages now use simple modal message dialogs. Vehicle messages continue to use non-modal popup.
-
- 27 Mar, 2020 1 commit
-
-
DoinLakeFlyer authored
Remove unnecessary includes of QGroundCotrolQmlGlobal.h
-
- 01 Feb, 2020 1 commit
-
-
Gus Grubba authored
-
- 18 Jan, 2020 1 commit
-
-
Gus Grubba authored
-
- 19 Aug, 2019 1 commit
-
-
Tomaz Canabrava authored
qobject_cast is times faster dynamic_cast for objects that inherit QObject. also, use auto keyword to not duplicate class names.
-
- 11 Aug, 2019 1 commit
-
-
murata authored
-
- 27 May, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 16 May, 2018 1 commit
-
-
acfloria authored
Add the HeartbeatTimer class to track a single heartbeat for a single link. For every new received heartbeat an instance of the class is created. Every instance emits a signal if it timed out or the timer is restarted. Each vehicle then decides based on all different signals which link is the priority link.
-
- 02 Feb, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 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.
-
- 04 Jan, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 23 Oct, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 31 Jul, 2017 1 commit
-
-
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.
-
- 28 Jul, 2017 1 commit
-
-
Gus Grubba authored
Remove/comment off debug output pollution
-
- 29 Jun, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 27 May, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 05 May, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 05 Apr, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 22 Mar, 2017 1 commit
-
-
Donald Gagne authored
Instead of hardcoded "QGroundContorl" strings
-
- 20 Feb, 2017 2 commits
- 18 Feb, 2017 1 commit
-
-
Don Gagne authored
* Holds all the settings for the app * Allows core plugin to override default values
-
- 14 Feb, 2017 1 commit
-
-
Don Gagne authored
Use component id from heartbeat
-
- 07 Feb, 2017 1 commit
-
-
Don Gagne authored
-
- 26 Dec, 2016 1 commit
-
-
Don Gagne authored
Prevent shutdown ordering crashes
-
- 28 Nov, 2016 1 commit
-
-
Gus Grubba authored
Made QGCCorePlugin derive from QGCToolBox and expose everything through the same mechanism as everything else.
-
- 27 Nov, 2016 1 commit
-
-
Don Gagne authored
-
- 24 Nov, 2016 1 commit
-
-
Don Gagne authored
-
- 23 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
-
- 18 Sep, 2016 1 commit
-
-
Don Gagne authored
-
- 14 Sep, 2016 1 commit
-
-
Don Gagne authored
Includes ability to load params
-
- 18 Aug, 2016 1 commit
-
-
Don Gagne authored
-
- 01 Jul, 2016 1 commit
-
-
Don Gagne authored
-