Lorenz Meier
7932dff56e
Improve main tool bar labels
11 years ago
Lorenz Meier
a8d2e1b778
Merge branch 'master' of github.com:mavlink/qgroundcontrol
11 years ago
Lorenz Meier
b54bb4c69d
Merge pull request #718 from thomasgubler/espeakfix
...
espeak: provide string length including 0 character
11 years ago
Lorenz Meier
9fdf57e38f
Merge branch 'master' of github.com:mavlink/qgroundcontrol
11 years ago
Lorenz Meier
780838446c
Merged TCP link unit test
11 years ago
Lorenz Meier
5a78617153
Merge pull request #703 from Susurrus/mavlinkgen_rm
...
Removed mavlinkgen application.
11 years ago
Lorenz Meier
a648d8685a
Merge branch 'master' of github.com:mavlink/qgroundcontrol
11 years ago
Lorenz Meier
ff33c79ebf
Merged FlightGear
11 years ago
Lorenz Meier
27a9dab3e9
Merge pull request #715 from Susurrus/seqid2
...
Refactor MAVLink packet loss calculations
11 years ago
Lorenz Meier
ea50f06b37
Merge pull request #711 from koenkooi/widgets
...
Detach the map widget - rebase
11 years ago
Lorenz Meier
c7e4a65ce9
Merge branch 'master' of github.com:mavlink/qgroundcontrol
11 years ago
Lorenz Meier
b7f495b178
Fix HIL link reconnect issues due to missing threading flag usage, warn user about missing config and take him to config view if necessary
11 years ago
Lorenz Meier
a6fae6b539
Fix HIL link reconnect issues due to missing threading flag usage, warn user about missing config and take him to config view if necessary
11 years ago
Don Gagne
85d15747cd
Start of mock FileSever for unit testing
11 years ago
Don Gagne
9557ba9d65
Add missing widget
11 years ago
Don Gagne
38a6fe81d8
Fix warnings
11 years ago
Thomas Gubler
5fc5b2aaad
flightgear arducopter model: change y motor position sign
11 years ago
Lorenz Meier
52be49a4a9
Merge branch 'master' into mavlink-ftp
11 years ago
Lorenz Meier
0ccecde870
Better defaults for Takeoff pitch and better visual indication
11 years ago
Lorenz Meier
b61b0601ff
Prevent the system from sending a stop HIL command if HIL is not actually active
11 years ago
Lorenz Meier
1db7551f8b
Prevent the system from sending a stop HIL command if HIL is not actually active
11 years ago
Lorenz Meier
ec204c8e2b
Merge branch 'master' of github.com:mavlink/qgroundcontrol into mavlink-ftp
11 years ago
Thomas Gubler
0614f671d7
fgfs: quad protocol: remove indicated airspeed
11 years ago
Thomas Gubler
e8be99c29c
Merge remote-tracking branch 'upstream/master' into hil_quad
...
Conflicts:
src/comm/QGCFlightGearLink.cc
11 years ago
Susurrus
7bf79879f7
Merge pull request #714 from Susurrus/joystick
...
Reduce the transmission rate of MANUAL_CONTROL messages when command inputs have not changed
11 years ago
Thomas Gubler
e2f5a8c3fe
espeak: provide string length with 0 character, fixes problems with qgc reading out strange values/chars at the end of the sentence
11 years ago
Don Gagne
83a092f348
deleteLater on _socket
...
This way the delete happens on the right thread.
11 years ago
Don Gagne
163383cb99
Comments
11 years ago
Don Gagne
c97c855764
Can't call _socket methods from primary thread
11 years ago
Don Gagne
be2780d728
Modify TCPLinkTest for new threading model
11 years ago
Bryant Mairs
8d3e1779dd
Replaced expensive modulus operation with bitwise-and.
11 years ago
Bryant Mairs
7576bdd4b3
Refactored the lost packets calculations for MAVLink.
...
Current version was not as clear as it could be.
11 years ago
Bryant Mairs
7be19f2bc3
Reduced size of datatypes involved with JoystickInput class.
...
Most math and backend storage was floats anyways, so most of these changes just half the data copied during function calls without reducing precision.
11 years ago
Bryant Mairs
bbeb00e305
Alter UAS.cc so that it transmits MANUAL_CONTROL messages at 5Hz when no inputs have changed.
...
Otherwise MANUAL_CONTROL messages are still sent at the regular 50Hz. This reduces transmission bandwidth from 0.9kbps when the joystick is used continuously to 0.1kbps when it's idle.
To prevent possible issues from the last high-bandwidth message being lost and the system then not responding for .1s, the last messsage is double-transmit which should prevent those issues.
11 years ago
Lorenz Meier
562c3d2c56
Merge pull request #713 from thomasgubler/regainaudio
...
Don't read out seconds since last connection on connection regain
11 years ago
Thomas Gubler
38485a5724
Don't read out seconds since last connection on connection regain
11 years ago
Don Gagne
780606e804
Limit time in processEvents
...
This allows other threads to signal
11 years ago
Don Gagne
74690d8242
Updated for threading changes
11 years ago
Don Gagne
a8559d6e3a
Add back TCPLinkTest after threading change fixes
11 years ago
Don Gagne
e3432de0f6
Show copy failed and clipboard in single dialog
11 years ago
Don Gagne
4533eba2a8
Fix typo in FG protocol
11 years ago
Koen Kooi
287d75ac85
MainWindow: make PFD the central widget.
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
11 years ago
Koen Kooi
dd75a986e6
MainWindow: handle maptool widget destroy event
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
11 years ago
treymarc
1ce84ec51b
hud is a tool in VIEW_FLIGHT
11 years ago
treymarc
aea2114386
Make HUD the center widget in Flight view. Add menu item for map widget.
11 years ago
Lorenz Meier
abe60a9ade
Merge pull request #704 from Susurrus/pfd_sizing
...
Allow the Primary Flight Display widget to be resized smaller than is currently possible
11 years ago
Susurrus
6a4a50bf60
Merge pull request #705 from Susurrus/readme
...
Missed phonon-devel package from build instructions for Fedora.
11 years ago
Bryant Mairs
659686b39c
Missed phonon-devel package from build instructions for Fedora.
11 years ago
Bryant Mairs
861ef09e8f
Remove all dead code and useless comments from PrimaryFlightDisplay.cc
11 years ago
Bryant Mairs
4d2596efa4
Removed unused width/height from Primary Flight Display constructor.
11 years ago