- 13 Jun, 2020 1 commit
-
-
DonLakeFlyer authored
LinkInterface and Vehicle uses mutexes to synchronize writing bytes to the link instead of queued signals
-
- 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 1 commit
-
-
Jacob Dahl authored
-
- 09 Feb, 2020 1 commit
-
-
DoinLakeFlyer authored
Disable SiK Radio mavlink 1 downgrade code
-
- 01 Feb, 2020 1 commit
-
-
Gus Grubba authored
-
- 07 Oct, 2019 1 commit
-
-
Don Gagne authored
Use correct component id for GCS
-
- 06 Sep, 2019 1 commit
-
-
Pierre TILAK authored
Add again test to insure log is not suspend and tempfile log is open
-
- 02 Sep, 2019 1 commit
-
-
Pierre TILAK authored
Remove the use of mavlink_parse_char which distorts channel stats
-
- 21 Aug, 2019 1 commit
-
-
Pierre TILAK authored
To have both order from the GCS and drone messages in logs So that it's possible to analyze the complete exchange between QGC and the drone. - Add a signal emitted by writeBytes of each LinkInterface - Connect this signal to MAVLinkProtocol::logSentBytes in LinkManager - MAVLinkProtocol::logSentBytes will parse and log messages sent from QGC
-
- 09 Jul, 2019 1 commit
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 20 May, 2019 1 commit
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 05 Apr, 2019 1 commit
-
-
Gus Grubba authored
-
- 04 Apr, 2019 1 commit
-
-
Gus Grubba authored
Grouped logging options within General Settings
-
- 03 Apr, 2019 1 commit
-
-
Gus Grubba authored
-
- 27 Nov, 2018 1 commit
-
-
Don Gagne authored
Prevent counter overflow
-
- 26 Oct, 2018 2 commits
-
-
Gus Grubba authored
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 24 Oct, 2018 1 commit
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 04 Sep, 2018 2 commits
-
-
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
-
- 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.
-
- 22 Sep, 2017 1 commit
-
-
DonLakeFlyer authored
Still does not support multi-vehicle
-
- 24 Aug, 2017 1 commit
-
-
Gus Grubba authored
This reverts commit 52160d80.
-
- 21 Aug, 2017 1 commit
-
-
Gus Grubba authored
-
- 31 Jul, 2017 5 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
This is important to avoid having QGC hijack links that are active (we read 2000 bytes!) but are definitely not MAVLink. This can have nasty side-effects, e.g. if we would talk to an LTE modem in a laptop or alike.
-
Lorenz Meier authored
This extension introduces a complete version handshake mechanism which will detect wether the vehicle AND the complete link / routing infrastructure support MAVLink 2. If they do, QGC will switch to the highest protocol version supported by all connected vehicles. If a new vehicle connects, it will re-negotiate the highest possible version. This means that we error on the side of compatibility, which later can be easily changed.
-
- 28 Jul, 2017 1 commit
-
-
Gus Grubba authored
Remove/comment off debug output pollution
-
- 01 Jul, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 17 May, 2017 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- 20 Apr, 2017 1 commit
-
-
Gus Grubba authored
Fixing the telemetry RSSI indicator.
-
- 19 Apr, 2017 1 commit
-
-
Gus Grubba authored
-
- 05 Apr, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 22 Mar, 2017 1 commit
-
-
Donald Gagne authored
Instead of hardcoded "QGroundContorl" strings
-
- 11 Mar, 2017 2 commits
-
-
DonLakeFlyer authored
This makes VehicleComponents reusable from core plugin without requiring override of prerequisiteSetup
-
Don Gagne authored
No more user prompting
-
- 20 Feb, 2017 1 commit
-
-
Don Gagne authored
-