- Feb 09, 2020
-
-
DoinLakeFlyer authored
Disable SiK Radio mavlink 1 downgrade code
-
- Feb 01, 2020
-
-
Gus Grubba authored
-
- Oct 07, 2019
-
-
Don Gagne authored
Use correct component id for GCS
-
- Sep 06, 2019
-
-
Pierre TILAK authored
Add again test to insure log is not suspend and tempfile log is open
-
- Sep 02, 2019
-
-
Pierre TILAK authored
Remove the use of mavlink_parse_char which distorts channel stats
-
- Aug 21, 2019
-
-
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
-
- Jul 09, 2019
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- May 20, 2019
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Apr 05, 2019
-
-
Gus Grubba authored
-
- Apr 04, 2019
-
-
Gus Grubba authored
Grouped logging options within General Settings
-
- Apr 03, 2019
-
-
Gus Grubba authored
-
- Nov 27, 2018
-
-
Don Gagne authored
Prevent counter overflow
-
- Oct 26, 2018
-
-
Gus Grubba authored
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Oct 24, 2018
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- 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
-
- Jan 31, 2018
-
-
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.
-
- Sep 22, 2017
-
-
DonLakeFlyer authored
Still does not support multi-vehicle
-
- Aug 24, 2017
-
-
Gus Grubba authored
This reverts commit 52160d80.
-
- Aug 21, 2017
-
-
Gus Grubba authored
-
- Jul 31, 2017
-
-
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.
-
- Jul 28, 2017
-
-
Gus Grubba authored
Remove/comment off debug output pollution
-
- Jul 01, 2017
-
-
DonLakeFlyer authored
-
- May 17, 2017
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- Apr 20, 2017
-
-
Gus Grubba authored
Fixing the telemetry RSSI indicator.
-
- Apr 19, 2017
-
-
Gus Grubba authored
-
- Apr 05, 2017
-
-
DonLakeFlyer authored
-
- Mar 22, 2017
-
-
Donald Gagne authored
Instead of hardcoded "QGroundContorl" strings
-
- Mar 11, 2017
-
-
DonLakeFlyer authored
This makes VehicleComponents reusable from core plugin without requiring override of prerequisiteSetup
-
Don Gagne authored
No more user prompting
-
- Feb 20, 2017
- Feb 14, 2017
-
-
Don Gagne authored
Use component id from heartbeat
-