- 15 Sep, 2020 1 commit
-
-
Don Gagne authored
Co-authored-by: Don Gagne <dongagne@outlook.com>
-
- 01 Sep, 2020 2 commits
-
-
DonLakeFlyer authored
Mavlink update
-
DonLakeFlyer authored
Use {n} for indexed param tagging
-
- 26 Aug, 2020 1 commit
-
-
DonLakeFlyer authored
Changed parameter name regex support to something that works
-
- 25 Aug, 2020 2 commits
-
-
DonLakeFlyer authored
Include port name
-
DonLakeFlyer authored
Support 'FOO<#>_BAR` param name metadata
-
- 24 Aug, 2020 2 commits
-
-
DonLakeFlyer authored
Clean up references to MainRootWindow globals
-
Patrick José Pereira authored
It's necessary to include QOBject to inherit Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 22 Aug, 2020 2 commits
-
-
DonLakeFlyer authored
Full BATTERY_STATUS support
-
DonLakeFlyer authored
Ability to expose MAVLink enums to QMl
-
- 16 Aug, 2020 1 commit
-
-
DonLakeFlyer authored
Merge fix
-
- 15 Aug, 2020 1 commit
-
-
DonLakeFlyer authored
Cherry pick UDPLink range for fixes from Stable
-
- 07 Aug, 2020 1 commit
-
-
DonLakeFlyer authored
Ready To Fly support based on MAV_SYS_STATUS_PREARM_CHECK
-
- 03 Aug, 2020 1 commit
-
-
DonLakeFlyer authored
Shorten meta data keys for smaller file sizes
-
- 27 Jul, 2020 1 commit
-
-
DonLakeFlyer authored
-
- 23 Jul, 2020 1 commit
-
-
huangjian authored
-
- 21 Jul, 2020 2 commits
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- 18 Jul, 2020 1 commit
-
-
DonLakeFlyer authored
New standalone mission editor unit test
-
- 17 Jul, 2020 1 commit
-
-
DonLakeFlyer authored
Support for Vehicle and Firmware classes
-
- 08 Jul, 2020 1 commit
-
-
DonLakeFlyer authored
-
- 07 Jul, 2020 1 commit
-
-
DonLakeFlyer authored
Comp Info support for http downloads
-
- 06 Jul, 2020 1 commit
-
-
DonLakeFlyer authored
Upload pre-check must be vehicle-class based
-
- 02 Jul, 2020 3 commits
-
-
DonLakeFlyer authored
Support parameter meta data coming from COMPONENT_INFORMATION as well as old system
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
DonLakeFlyer authored
Support comp info param metadata and gzip json
-
- 30 Jun, 2020 1 commit
-
-
DonLakeFlyer authored
Harden FTPManager::download against packet loss
-
- 29 Jun, 2020 1 commit
-
-
DonLakeFlyer authored
Component Information FTP download support
-
- 26 Jun, 2020 1 commit
-
-
DonLakeFlyer authored
More work on vehicle connect state machine(s)
-
- 21 Jun, 2020 1 commit
-
-
DonLakeFlyer authored
New initial connect state machine which supports COMPONENT_INFORMATION
-
- 20 Jun, 2020 1 commit
-
-
Don Gagne authored
Special case handling for Cube Orange/Yellow
-
- 13 Jun, 2020 1 commit
-
-
DonLakeFlyer authored
LinkInterface and Vehicle uses mutexes to synchronize writing bytes to the link instead of queued signals
-
- 08 Jun, 2020 1 commit
-
-
Jacob Dahl authored
-
- 05 Jun, 2020 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>
-
- 29 May, 2020 1 commit
-
-
DonLakeFlyer authored
-
- 27 May, 2020 1 commit
-
-
Jacob Dahl authored
Added a transmitOnly flag to UDP config. When enabled, the socket receive buffer is set to zero such that no data is ever received. Also updated the MavlinkSettings page such that new config settings respect the setting visibility.
-
- 26 May, 2020 1 commit
-
-
Jacob Dahl authored
Updated mavlink forwarding implementation to forward all mavlink messages received on all channels onto a single UDP port. A new mavlink forwarding UDP link is created if forwarding is enabled. The mavlink settings page now has a Fact checkbox for enabling forwarding and a fact text field for specifying the host name.
-
- 20 May, 2020 2 commits
-
-
Jacob Dahl authored
-
Jacob Dahl authored
Added mavlink forwarding as an option to UDP connections. Enabling this setting will cause every mavlink packet received by QGC to be forwarded on the link, with the exception of packets originating from said link.
-