- 09 Aug, 2019 1 commit
-
-
Gus Grubba authored
-
- 18 Jul, 2019 1 commit
-
-
Gus Grubba authored
Support up to 64 buttons, not limit to 16 Send a single button command and not a stream of commands at 25Hz Send button commands through signals (it's coming from a different thread) Hide gimbal support through analog channels (there are no MAVLink messages to handle it)
-
- 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
-
- 13 Jun, 2019 1 commit
-
-
Gus Grubba authored
Instead of trying to keep a vehicle type within the FirmwarePlugin instance, pass the vehicle to the function so it can query the type that way.
-
- 03 Jun, 2019 1 commit
-
-
Gus Grubba authored
-
- 18 May, 2019 1 commit
-
-
Don Gagne authored
Fix mavlink version negotiation for single vehicle
-
- 06 May, 2019 1 commit
-
-
Don Gagne authored
Add Throttle % as vehicle fact
-
- 03 May, 2019 1 commit
-
-
Don Gagne authored
Save/Restore stream rates. Auto flight mode support
-
- 02 May, 2019 1 commit
-
-
Don Gagne authored
PID tuning rate adjustment
-
- 27 Apr, 2019 1 commit
-
-
DonLakeFlyer authored
Smart RTL support
-
- 03 Apr, 2019 1 commit
-
-
Gus Grubba authored
-
- 23 Mar, 2019 1 commit
-
-
Don Gagne authored
ArduPilot: Flash bootloader support
-
- 18 Jan, 2019 1 commit
-
-
Don Gagne authored
Support STATUSTEXT_LONG
-
- 04 Jan, 2019 1 commit
-
-
Don Gagne authored
Remove the concept of reserved buttons for manual control
-
- 28 Dec, 2018 1 commit
-
-
Don Gagne authored
Add gotoFlightMode property
-
- 10 Dec, 2018 1 commit
-
-
Gus Grubba authored
-
- 06 Dec, 2018 1 commit
-
-
Don Gagne authored
Show orbit telemetry status on map
-
- 30 Oct, 2018 1 commit
-
-
Willian Galvani authored
-
- 26 Oct, 2018 1 commit
-
-
Don Gagne authored
Heading to Home on Vehicle FactGroup
-
- 25 Oct, 2018 3 commits
-
-
Don Gagne authored
Add Distance to GCS to Vehicle FactGroup
-
Jacob Walser authored
-
Jacob Walser authored
This reverts commit c69a49e6.
-
- 27 Sep, 2018 1 commit
-
-
Don Gagne authored
Move ArduPilot preflight check handling to generic QGC
-
- 04 Sep, 2018 1 commit
-
-
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
-
- 03 Sep, 2018 1 commit
-
-
Gus Grubba authored
Also fixing some c++ errors within commented off code as the localization engine was getting confused by it.
-
- 24 Aug, 2018 1 commit
-
-
Don Gagne authored
-
- 20 Jun, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 19 Jun, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 01 Jun, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 30 May, 2018 2 commits
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
- 27 May, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 20 May, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 16 May, 2018 6 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
-
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
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.
-
acfloria authored
The LinkIndicator shows the connected links and lets the user select the priority link,
-