Don Gagne
aa14800fc3
Fix a virtual function override
11 years ago
Don Gagne
62f3f67250
Bring across qupgrade warning fixes
11 years ago
Don Gagne
359fde68c5
Removed warning overrides
...
Number of warnings is low enough now to let them come through. Lowered
Windows warning level the /W3 to be more consistent with OSX/Linux
level of warnings. Removed /WX from Windows build. I’ll put it back
once everything is cleaned up.
11 years ago
Don Gagne
b878d1f327
These are all unused variable or parameter warning fixes
11 years ago
Lorenz Meier
e53822a07a
Merge pull request #493 from julianoes/hexa_fix
...
Airframe config: fixed hexa copy and paste error
11 years ago
Julian Oes
193b1e3fa7
Airframe config: fixed hexa copy and paste error
11 years ago
Lorenz Meier
28b50320a7
Fixed up autostart IDs
11 years ago
Lorenz Meier
34fb91182a
MAVLink update
11 years ago
Lorenz Meier
5c6015c837
Fix up Mac console build
11 years ago
Lorenz Meier
5a5689563b
Fixed MockUAS methods
11 years ago
Lorenz Meier
11417a140d
PX4 config: Remove the specialized throttle handling - this needs testing, but doing the math on paper it doesn’t look like a special case is needed / wanted here.
11 years ago
Lorenz Meier
07f1e08073
Use the reversed values for the four control channels as well. Not using them would make the display very confusing.
11 years ago
Lorenz Meier
18b73fb9ab
PX4 config: Cleanup in RC value handling.
11 years ago
Lorenz Meier
2415ed3863
Leave out confusing technical detail. Just tell the user we’re done.
11 years ago
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