Lorenz Meier
d72185eb40
PX4 config: Insist on correct throttle position before accepting RC config end
11 years ago
Lorenz Meier
bd14c4084d
Added new icon, not hooked up to code yet
11 years ago
Lorenz Meier
514741a42d
Supporting RC config better for PX4 vehicles, no functionality changes for other systems
11 years ago
Lorenz Meier
79b910abd2
Enable RC calibration mode during RC calibration to tell vehicle to ignore stick inputs for that period
11 years ago
Lorenz Meier
c283bbeaa1
Upgraded qupgrade version
11 years ago
Lorenz Meier
31291fb156
New version of submodule
11 years ago
Lorenz Meier
43169a188a
Merge branch 'master' of github.com:mavlink/qgroundcontrol
11 years ago
Lorenz Meier
9dd0bc1214
Update build dir
11 years ago
Lorenz Meier
5c579445ba
Merge pull request #477 from Susurrus/gitignore
...
Added more generated files to the .gitignore.
11 years ago
Lorenz Meier
4f676b5cc6
Merge pull request #481 from bjarkevad/master
...
Updated Linux build info in readme
11 years ago
Bjarke Vad Andersen
5fce121ec8
Updated Linux build info in readme
...
Remember to init submodules for "qupgrade"
11 years ago
Lorenz Meier
302dcd23d9
More HIL config options
11 years ago
Bryant
700d1adda6
Added more generated files to the .gitignore.
11 years ago
Lorenz Meier
24d041c485
Merge pull request #469 from DonLakeFlyer/EvenMoreWarnings
...
Even more warnings
11 years ago
Lorenz Meier
1518d2064b
Merge pull request #472 from DonLakeFlyer/ReorderWarnings
...
Reorder warnings
11 years ago
Don Gagne
c9cdc4649d
-Wreorder fixes
11 years ago
Don Gagne
ff390617b5
Unused formal parameter, unused local variable and a couple unreachable code changes
11 years ago
Lorenz Meier
75a27239c6
Merge pull request #468 from DonLakeFlyer/EigenUpgrade
...
Update to Eigen 3.2.0
11 years ago
Don Gagne
d7b2622765
Unused formal parameter, unused local variable and a couple unreachable code changes
11 years ago
Don Gagne
aa4de767b3
Update to Eigen 3.2.0
11 years ago
Lorenz Meier
e5112a9fae
Merge pull request #467 from thomasgubler/linux_xbee
...
add xbee library folder for linux
11 years ago
Lorenz Meier
0284ff67a8
Merge pull request #466 from thomasgubler/disable_Werror
...
disable -Werror
11 years ago
Thomas Gubler
03f1a0905a
add xbee library folder for linux
11 years ago
Thomas Gubler
39421a209a
disable -Werror
11 years ago
Lorenz Meier
f2b40d347c
Merge pull request #464 from DonLakeFlyer/WarningsWork
...
Warnings work
11 years ago
Don Gagne
85017a1309
Fix -Werror=type-limits
11 years ago
Don Gagne
0422b46843
Fix broken Windows build
...
TeamCity caught this, but I thought the error was from my warnings
work. Turns out it was a real build failure. Windows doesn’t know which
floating point floor to use. In reality the parentheses are in the
wrong place and should be the floor of the divide by 2. But integer
division is always floor, so it’s not needed at all.
11 years ago
Don Gagne
0343347752
Pull across warnings fix from qupgrade side
11 years ago
Don Gagne
f4f721ef8b
Remove fixed warnings from Windows side
...
C4018, C4063
11 years ago
Don Gagne
a15ee3016f
Revert "Fix -Wsign-compare and -Wtype-limits"
...
This reverts commit edba7fa8aef832661b33d85109d0bfdf51d024d2.
11 years ago
Don Gagne
ca92434dfa
Turn off fixed warnings, add new ones that showed up!
11 years ago
Don Gagne
dac00bab71
Fix -Wsign-compare and -Wtype-limits
11 years ago
Don Gagne
e0f8cafb7b
Fix -Wswitch
11 years ago
Don Gagne
46b2918584
Fix -Wsign-compare and -Wtype-limits
11 years ago
Don Gagne
1e37331db4
Fix -Wenum-compare
...
Pulled fixe from latest eigen across. Figured it was safer to patch
than to pull across whole new version of eigen.
11 years ago
Don Gagne
1711e04fc6
-Wenum-compare fixes
11 years ago
Don Gagne
1fdbf2c68d
Fix -Wenum-compare
11 years ago
Don Gagne
1e0026e8dc
Fix -Wtauilogical-compare errors
...
Always evaluated to false due to signed/unsigned
11 years ago
Don Gagne
f053bfc0d0
Fix -Wnull-conversion warning
11 years ago
Don Gagne
888e59bd37
-Wunitialized and /wd4700 no longer ignored
11 years ago
Don Gagne
78b3107cb7
Fixed bug found during testing
...
Delete of last link would cause crash. Need to check for -1 which
signals no selection in combo box.
11 years ago
Don Gagne
f68be0ca6e
result used initialized at end of function based on if conditions
...
Fixing -Wuninitialized
11 years ago
Don Gagne
06c36b8b30
ind_airspeed used uninitialized when _sensorHilEnabled == false
...
Fixing -Wuninitialized
11 years ago
Lorenz Meier
e547004f19
Merge pull request #441 from thomasgubler/params_alphabetical
...
display parameters in alphabetical order
11 years ago
Lorenz Meier
45fc023c0d
Merge pull request #463 from DonLakeFlyer/WarningsBaseline
...
Warnings baseline
11 years ago
Don Gagne
f9d6f80986
Couldn't figure out how to get -Wno-#warning into project file
...
Not sure what qmake # escape is. So fixed the problem instead.
11 years ago
Don Gagne
0409a723d6
Baseline warnings setup
11 years ago
Don Gagne
faddbc0981
Windows build failure when project build outside source directory
...
Causing my TeamCity builds to fail
11 years ago
Lorenz Meier
034f106305
Reduce update rate of HUD
11 years ago
Lorenz Meier
4fbe9e2023
Merge pull request #459 from DonLakeFlyer/ProjectFileCleanup
...
Project file cleanup
11 years ago