- Dec 10, 2018
-
-
Gus Grubba authored
-
- Dec 09, 2018
-
-
Gus Grubba authored
-
- Dec 06, 2018
-
-
Don Gagne authored
Three components for better testing
-
- Nov 27, 2018
-
-
Don Gagne authored
Prevent counter overflow
-
- Nov 12, 2018
-
-
Don Gagne authored
16 RC channels
-
- Nov 11, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Nov 07, 2018
-
-
Don Gagne authored
Support parameters from multiple components
-
- Oct 30, 2018
-
-
Don Gagne authored
Support new ArduPilot bootloader PID/VIDs
-
- Oct 29, 2018
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Oct 26, 2018
-
-
Gus Grubba authored
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Oct 25, 2018
-
-
Don Gagne authored
Us MAV_COMP_ID_AUTOPILOT1 instead of MAV_COMP_ID_MISSIONPLANNER
-
- Oct 24, 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>
-
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>
-
- Oct 23, 2018
-
-
Patrick José Pereira authored
Q_ENUMS is deprecated and should not be usued. Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Oct 15, 2018
-
-
Daniel Agar authored
-
- Sep 04, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
Fixed the core MAVLink receiver. Among other things, it wasn't accounting for fragmented messages. Fixed code that monitors messages received (and lost) Added a section within the MAVLink panel to show the current status (for the current vehicle) Remove some old, unused exposed interfaces
-
- Aug 27, 2018
-
-
Beat Küng authored
-
- Aug 21, 2018
-
-
Don Gagne authored
Back up further from end of file to handle more cases
-
- Aug 09, 2018
-
-
Don Gagne authored
ArduPilot ChibiOS support
-
- Jul 14, 2018
-
-
Beat Küng authored
-
- Jul 06, 2018
-
-
Gus Grubba authored
-
- Jun 30, 2018
-
-
Vavooon authored
-
- Jun 26, 2018
-
-
acfloria authored
-
DonLakeFlyer authored
-
- Jun 14, 2018
-
-
Philipp Oettershagen authored
-
acfloria authored
Previously the first activeChanged signal got lost because it was not connected yet to the LinkInterface which resulted in a link incorrectly shown as inactive.
-
- Jun 05, 2018
-
-
DonLakeFlyer authored
-
- May 30, 2018
-
-
DonLakeFlyer authored
-
- May 27, 2018
-
-
DonLakeFlyer authored
-
- 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
-