Lorenz Meier
12cdc47180
Minor system switch issue resolved
12 years ago
Lorenz Meier
25f5a5e8e2
Merge pull request #192 from Susurrus/readme
...
Updated the readme with some more Visual Studio reqs.
12 years ago
Lorenz Meier
1241fee7b3
Merge pull request #191 from Susurrus/mp
...
Enable parallelized compilation on Windows
12 years ago
Lorenz Meier
fb905b6e25
Merge pull request #189 from Susurrus/joyStickButtons2
...
Added an 11th joystick button to the joystick widget
12 years ago
Lorenz Meier
d8bf2254e6
Merge pull request #185 from Susurrus/man_con_fix
...
Fix transmitting pitch and roll from the joystick
12 years ago
Lorenz Meier
28fef65f6f
Merge pull request #190 from Susurrus/joystickFix
...
Joystick messages were being transmit due to a signal/slot mismatch.
12 years ago
Lorenz Meier
31ba0e8bb3
Merge pull request #194 from senden9/linux_build_fix
...
Add unistd.h in libs/thirdParty/qserialport/src/posix/qserialportnative_...
12 years ago
Stefano Probst
3c6c287cb0
Add unistd.h in libs/thirdParty/qserialport/src/posix/qserialportnative_posix.cpp.
...
Without this change, the program can not be built on Linux.
12 years ago
Bryant
f30acfc5fa
Fixed the signal/slot pairing for joystick messages. They were throwing an
...
error otherwise.
12 years ago
Bryant
42d95c19ff
Enabled multi-core compilation of QGC within Visual Studio.
12 years ago
Bryant
f2694b03a7
Added some details on VS2010 requirements to the readme.
12 years ago
Bryant
5e0c5f4c09
Replaced joystick buttons UI with QLabels.
...
Added an 11th button display.
12 years ago
Bryant
b3ff71e154
Fixed transmission of MANUAL_CONTROL message so that pitch and roll are
...
transmit properly.
12 years ago
Bryant
8d0f962073
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol
13 years ago
Lorenz Meier
afd634b4f2
Made HUD a bit more readable for cell phone tests
13 years ago
Lorenz Meier
a89fd4d30c
Minor visual style fixes
13 years ago
Lorenz Meier
76098ee1d6
Fixed incorrect parameter key/name length termination, was one char too early
13 years ago
Thomas Gubler
0f136442e0
corrected flightgear configuration
13 years ago
Lorenz Meier
8a6998d122
Hil tests
13 years ago
Thomas Gubler
73522dd138
added more airplanes
13 years ago
Thomas Gubler
7747c10b7d
FG HIL: loading aircraft from qgroundcontrol folder
13 years ago
Thomas Gubler
937d393dcb
Merge remote-tracking branch 'origin/master' into hil_flightgear
13 years ago
Thomas Gubler
2e5f26563a
HIL: small ui tweaking
13 years ago
Lorenz Meier
47c4bcfd21
Fix stupid compile error
13 years ago
Bryant Mairs
fd7f93df50
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol
13 years ago
Lorenz Meier
b0209db0f1
Minor visual tweak to param slider
13 years ago
Lorenz Meier
7c5dca1c92
First working version of tooltips, look and feel horrible, but functionality is there
13 years ago
Lorenz Meier
6d483f135c
Merge branch 'master' of github.com:mavlink/qgroundcontrol
13 years ago
Lorenz Meier
9d152ddc9d
Huge step towards usability goals: Graphic vehicle configuration in a first (ugly) sketch
13 years ago
Thomas Gubler
9d7dba170f
Merge branch 'master' into hil_flightgear
13 years ago
Lorenz Meier
cc11e3afed
Fixed param loading
13 years ago
Lorenz Meier
d79828ac10
Updated MAVLink
13 years ago
Lorenz Meier
a2d149a38a
Merge pull request #171 from Susurrus/master
...
Modified qgroundcontrol.pri for Windows VS builds
13 years ago
Lorenz Meier
08a6a2f30a
Merge pull request #176 from jonathanFR/master
...
Fix for last commit
13 years ago
Jonathan
64faebd80c
Fix a forgetting in precedent commit adding joystick buttons management
13 years ago
Lorenz Meier
561f5e959b
Merge pull request #175 from jonathanFR/master
...
Add of joystick buttons values for manual control
13 years ago
Jonathan
9923c3e601
Quick add of joystick buttons values in Mavlink manual control messages
13 years ago
Thomas Gubler
8d04513673
HIL Flightgear Configuration: added aircraft option
13 years ago
Thomas Gubler
45eb85815d
HIL: reorganization of UI
13 years ago
Bryant Mairs
962196acab
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol
13 years ago
Lorenz Meier
612645680c
Fixed roll / pitch / yaw rates outputs for XPlane 9
13 years ago
Thomas Gubler
172fd1bbc0
re-enabled terrasync for all operating systems, might produce (non severe) errors on Windows or OS X
13 years ago
Thomas Gubler
c613fc7f27
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into hil_flightgear
13 years ago
Thomas Gubler
680032d888
terrasync support on ubuntu, fixes #1
13 years ago
Lorenz Meier
11b3ad1c85
Added missing initialization
13 years ago
Bryant Mairs
ca5245c064
Cleaned up the qgroundcontrol.pri build file for win32-vs20**. Some extra
...
stuff was copied that didn't need to be and some things were missing.
For example, the release build couldn't be copied and run on another
computer because the Visual Studio runtime DLLs weren't copied. Their
license allows them to be distributed, so this is fine to do.
13 years ago
Thomas Gubler
ffe57cb705
(re)enabled xplane hil (flightgear hil and xplane hil should both work)
13 years ago
Thomas Gubler
9eb77d2ef9
added Rascal airplane model for flightgear which also includes a 3D model (from http://flightgear.org/legacy-Downloads/aircraft-2.0.0/ )
13 years ago
Thomas Gubler
8c54de4ab7
Flightgear HIL working on Ubuntu
13 years ago
Lorenz Meier
56190d7593
HIL fixes
13 years ago