- Feb 12, 2014
-
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
This removes a race condition between both qwt and qt against math.h on windows with _USE_MATH_DEFINES set. If math.h comes after qwt or qt math headers the math defines will be redefined. Really nasty to track down and ordering problems. So instead I just removed using math defines on windows and fall back to asin definition of M_PI_2. This will have some slight perf impact since it calls function instead of using constant. But I doubt on any of today’s machine it really makes a difference.
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
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.
-
- Feb 11, 2014
-
-
Don Gagne authored
-
- Feb 05, 2014
-
-
Lorenz Meier authored
Airframe config: fixed hexa copy and paste error
-
Julian Oes authored
-
- Feb 04, 2014
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Feb 03, 2014
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Feb 02, 2014
-
-
Lorenz Meier authored
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.
-
Lorenz Meier authored
Use the reversed values for the four control channels as well. Not using them would make the display very confusing.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Feb 01, 2014
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
Enable RC calibration mode during RC calibration to tell vehicle to ignore stick inputs for that period
-
Lorenz Meier authored
-
- Jan 31, 2014
-
-
Lorenz Meier authored
-
- Jan 28, 2014
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Jan 27, 2014
-
-
Lorenz Meier authored
Added more generated files to the .gitignore.
-
- Jan 26, 2014
-
-
Lorenz Meier authored
Updated Linux build info in readme
-
Bjarke Vad Andersen authored
Remember to init submodules for "qupgrade"
-
- Jan 25, 2014
-
-
Lorenz Meier authored
-
- Jan 19, 2014
-
-
Bryant authored
-
- Jan 17, 2014
-
-
Lorenz Meier authored
Even more warnings
-
Lorenz Meier authored
Reorder warnings
-
- Jan 13, 2014
-
-
Don Gagne authored
-
- Jan 12, 2014
-
-
Don Gagne authored
-
Lorenz Meier authored
Update to Eigen 3.2.0
-
Don Gagne authored
-
Don Gagne authored
-
- Jan 11, 2014
-
-
Lorenz Meier authored
add xbee library folder for linux
-
Lorenz Meier authored
disable -Werror
-
Thomas Gubler authored
-