- May 16, 2018
-
-
acfloria authored
Show the link indicator in the tool bar if two or more links are connected and at least one of them is a high latency link. Show in the link indicator if a link is inactive.
-
acfloria authored
- Improve function names - For notifications of an active link change only show the priority keyword if multiple links are connected - Use QMap instead of QList for the HeartbeatTimers - Style improvements - Simplify sending the MAV_CMD_CONTROL_HIGH_LATENCY command
-
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.
-
acfloria authored
-
acfloria authored
-
acfloria authored
-
acfloria authored
-
acfloria authored
Each link updates the active property based on incoming bytes. The vehicle tracks the active property of each link and in case of an inactive priority link it updates the priority link.
-
- May 04, 2018
-
-
DonLakeFlyer authored
-
- May 03, 2018
-
-
DonLakeFlyer authored
-
- May 02, 2018
-
-
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>
-
- Apr 23, 2018
-
-
Beat Küng authored
-
- Apr 18, 2018
-
-
Gus Grubba authored
Work around a new Windows issue where the call to list the local network interfaces takes for freaking ever to return, blocking the UDP thread altogether.
-
- Apr 16, 2018
-
-
DonLakeFlyer authored
-
- Apr 11, 2018
-
-
DonLakeFlyer authored
-
- Mar 18, 2018
-
-
DonLakeFlyer authored
-
- Feb 09, 2018
-
-
DonLakeFlyer authored
-
- Feb 05, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
Maintain a list of address/port pairs instead of a address/port map.
-
- Feb 02, 2018
-
-
acfloria authored
-
- 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.
-
- Jan 15, 2018
-
-
Don Gagne authored
-
- Jan 07, 2018
- Jan 06, 2018
-
-
Jacob Walser authored
-
- Jan 05, 2018
-
-
Jacob Walser authored
-
- Dec 29, 2017
-
-
Lorenz Meier authored
This ensures no ports are being displayed to the user that are definitely unusable.
-
Lorenz Meier authored
The earlier sleep calls disabled the app event queue, leading to "beachballing" in Mac OS and a visible boot delay / jitter. Running the event loop actively while waiting prevents the UI from freezing.
-
Lorenz Meier authored
We were connecting to system peripherals before, which adds boot delay as QGC re-tries opening the port. We were also opening serial ports two times on Mac OS: Once as /dev/cu.usbmodem1 and once as /dev/tty.usbmodem1 - since the cu.usbmodem alias was already open, the 2nd opening always failed, leading to further boot delay.
-
- Dec 21, 2017
-
-
Gus Grubba authored
-
- Dec 04, 2017
-
-
Gus Grubba authored
-
- Oct 23, 2017
-
-
DonLakeFlyer authored
-
- Oct 18, 2017
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
- Oct 10, 2017
-
-
tzekian12 authored
Fix TCP disconnection problem.
-
- Sep 22, 2017
-
-
DonLakeFlyer authored
Still does not support multi-vehicle
-
- Sep 21, 2017
-
-
Gus Grubba authored
Fix merge issues
-
- Sep 20, 2017
-
-
Beat Küng authored
-
- Aug 30, 2017
-
-
dheideman authored
-