- Nov 13, 2019
-
-
DonLakeFlyer authored
Remove unused code
-
- Sep 23, 2019
-
-
DonLakeFlyer authored
Better flight trajectory point algorithm
-
- Aug 22, 2019
-
-
Gus Grubba authored
-
- Aug 19, 2019
-
-
Tomaz Canabrava authored
qobject_cast is times faster dynamic_cast for objects that inherit QObject. also, use auto keyword to not duplicate class names.
-
- Aug 11, 2019
-
-
murata authored
-
- Jul 17, 2019
-
-
Gus Grubba authored
Map gimbal controls Keep track of gimbal position within Vehicle
-
Gus Grubba authored
Add gimbal to external control signal
-
- Jul 09, 2019
-
-
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>
-
- Jun 13, 2019
-
-
Gus Grubba authored
Remove unnecessary AudioOutput dependencies.
-
- Apr 10, 2019
-
-
Gus Grubba authored
-
- Nov 11, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Oct 29, 2018
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Oct 24, 2018
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Sep 27, 2018
-
-
Don Gagne authored
Move ArduPilot preflight check handling to generic QGC
-
- May 30, 2018
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
- May 02, 2018
- Oct 20, 2017
-
-
DonLakeFlyer authored
Also hand carried text to speech changes from Stable to master. Plus unit tests for that.
-
- Sep 18, 2017
-
-
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
-
- Aug 12, 2017
-
-
Gus Grubba authored
-
- Jul 27, 2017
-
-
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.
-
- Jul 26, 2017
-
-
Gus Grubba authored
-
- Jul 22, 2017
-
-
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.
-
- Apr 05, 2017
-
-
DonLakeFlyer authored
-
- Apr 04, 2017
-
-
Donald Gagne authored
-
- Mar 16, 2017
-
-
Gus Grubba authored
-
- Feb 21, 2017
-
-
Jacob Walser authored
-
- Feb 14, 2017
-
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
-
- Jan 07, 2017
-
-
Don Gagne authored
-
- Dec 10, 2016
-
-
Rustom Jehangir authored
-
- Dec 08, 2016
-
-
Don Gagne authored
* Some code moved to Vehicle
-