- 17 Apr, 2020 1 commit
-
-
DoinLakeFlyer authored
App messages now use simple modal message dialogs. Vehicle messages continue to use non-modal popup.
-
- 14 Apr, 2020 1 commit
-
-
DoinLakeFlyer authored
Set RC To Param support
-
- 27 Mar, 2020 1 commit
-
-
DoinLakeFlyer authored
Remove unused HIL code
-
- 01 Feb, 2020 3 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
-
- 17 Jan, 2020 1 commit
-
-
Gus Grubba authored
-
- 13 Nov, 2019 1 commit
-
-
DonLakeFlyer authored
Remove unused code
-
- 23 Sep, 2019 1 commit
-
-
DonLakeFlyer authored
Better flight trajectory point algorithm
-
- 22 Aug, 2019 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
-
- 17 Jul, 2019 2 commits
-
-
Gus Grubba authored
Map gimbal controls Keep track of gimbal position within Vehicle
-
Gus Grubba authored
Add gimbal to external control signal
-
- 09 Jul, 2019 3 commits
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 13 Jun, 2019 1 commit
-
-
Gus Grubba authored
Remove unnecessary AudioOutput dependencies.
-
- 10 Apr, 2019 1 commit
-
-
Gus Grubba authored
-
- 11 Nov, 2018 2 commits
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- 29 Oct, 2018 1 commit
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 24 Oct, 2018 1 commit
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 27 Sep, 2018 1 commit
-
-
Don Gagne authored
Move ArduPilot preflight check handling to generic QGC
-
- 30 May, 2018 2 commits
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
- 02 May, 2018 1 commit
- 20 Oct, 2017 1 commit
-
-
DonLakeFlyer authored
Also hand carried text to speech changes from Stable to master. Plus unit tests for that.
-
- 18 Sep, 2017 4 commits
-
-
Beat Küng authored
If there are dropped packets during a burst download, the offsets and sizes of the missing chunks are stored in a queue, and after the burst is completed, they're requested individually.
-
Beat Küng authored
This stores the last request and resends it after a timeout, with a max of 6 retries. It also checks for old incoming packets and drops them.
-
Beat K�¼ng authored
-
Beat Küng authored
-
- 12 Aug, 2017 1 commit
-
-
Gus Grubba authored
-
- 27 Jul, 2017 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
Some crazy shit in UAS.cc was using an array of 256 bytes to handle received messages and mapping them to components. Well, any message ID over 255 would cause a buffer overrun.
-
- 26 Jul, 2017 1 commit
-
-
Gus Grubba authored
-
- 22 Jul, 2017 1 commit
-
-
Beat Küng authored
Previously, a completed file upload lead to this assert: Q_ASSERT(!_ackTimer.isActive()); because _closeUploadSeesion() was called twice, thus activating the timer twice.
-
- 05 Apr, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 04 Apr, 2017 1 commit
-
-
Donald Gagne authored
-
- 16 Mar, 2017 1 commit
-
-
Gus Grubba authored
-