- 05 Jun, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 30 May, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 27 May, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 16 May, 2018 8 commits
-
-
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.
-
- 04 May, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 03 May, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 02 May, 2018 2 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>
-
- 23 Apr, 2018 1 commit
-
-
Beat Küng authored
-
- 18 Apr, 2018 1 commit
-
-
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.
-
- 16 Apr, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 11 Apr, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 18 Mar, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 09 Feb, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 05 Feb, 2018 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
Maintain a list of address/port pairs instead of a address/port map.
-
- 02 Feb, 2018 1 commit
-
-
acfloria 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.
-
- 15 Jan, 2018 1 commit
-
-
Don Gagne authored
-
- 07 Jan, 2018 2 commits
- 06 Jan, 2018 1 commit
-
-
Jacob Walser authored
-
- 05 Jan, 2018 1 commit
-
-
Jacob Walser authored
-
- 29 Dec, 2017 3 commits
-
-
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.
-
- 21 Dec, 2017 1 commit
-
-
Gus Grubba authored
-
- 04 Dec, 2017 1 commit
-
-
Gus Grubba authored
-
- 23 Oct, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 18 Oct, 2017 2 commits
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
- 10 Oct, 2017 1 commit
-
-
tzekian12 authored
Fix TCP disconnection problem.
-
- 22 Sep, 2017 1 commit
-
-
DonLakeFlyer authored
Still does not support multi-vehicle
-