- 13 Feb, 2014 13 commits
-
-
Bryant authored
This feature can be enabled at compile-time and documentation has been added to the README.
-
Bryant authored
Replaced by /libs/serialport
-
Bryant authored
Replaced by /libs/serialport.
-
Bryant authored
Reduced it to folder descriptions and important files.
-
Bryant authored
Separated into logical steps. Made optional and required steps explicit. Added instructions for Fedora.
-
Bryant authored
XBee support can now be disabled by defining DISABLE_XBEE. Details on why XBee support is disabled are now output.
-
Bryant authored
-
Bryant authored
Speech synthesis support can now be disabled (DEFINES+=DISABLE_SPEECH) Speech synthesis dependencies are now checked before enabling. When support cannot be enabled, the user is now notified.
-
Bryant authored
MAVLink dialects can now be specified as a list, so multiple dialects can be compiled in simultaneously (may result in conflicts between dialects). MAVLink dialects are checked for existance before support is added. Users are notified of which dialects are used and which cannot be added and why. The README now has info about specifying MAVLink dialects.
-
Bryant authored
MAVLink dialects can now be specified as a list, so multiple dialects can be compiled in simultaneously (may result in conflicts between dialects). MAVLink dialects are checked for existance before support is added. Users are notified of which dialects are used and which cannot be added and why. The README now has info about specifying MAVLink dialects.
-
Bryant authored
Now properly checks for if QUpgrade submodule has been cloned. Allows for disabled QUpgrade compilation. Altered some code so that compiling without the QUpgrade module could succeed. Updated README about QUpgrade submodule.
-
Lorenz Meier authored
flightgear HIL: also use default Scenery directory besides terrasync
-
Lorenz Meier authored
Warnings fixes
-
- 12 Feb, 2014 8 commits
-
-
Don Gagne authored
Add libudev-dev to linux build requirements
-
Thomas Gubler authored
-
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.
-
- 11 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 06 Feb, 2014 2 commits
-
-
Thomas Gubler authored
Conflicts: src/comm/QGCFlightGearLink.cc
-
blutack authored
QGC depends on libudev-dev to build, include this in the list of packages to install.
-
- 05 Feb, 2014 2 commits
-
-
Lorenz Meier authored
Airframe config: fixed hexa copy and paste error
-
Julian Oes authored
-
- 04 Feb, 2014 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 03 Feb, 2014 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 02 Feb, 2014 5 commits
-
-
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
-
- 01 Feb, 2014 4 commits
-
-
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
-
- 31 Jan, 2014 1 commit
-
-
Lorenz Meier authored
-