- 13 Feb, 2014 1 commit
-
-
Don Gagne authored
Use a pragma around our use of that header to silence the warning. OSG 3.01 has these warnings, 3.2 has fixed them, but 3.2 doesn’t isn’t the widely used release yet. So at some point when we upgrade to 3.2 this will no longer be needed.
-
- 12 Feb, 2014 3 commits
- 11 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 05 Feb, 2014 1 commit
-
-
Julian Oes authored
-
- 04 Feb, 2014 1 commit
-
-
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 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
Enable RC calibration mode during RC calibration to tell vehicle to ignore stick inputs for that period
-
- 25 Jan, 2014 1 commit
-
-
Lorenz Meier authored
-
- 13 Jan, 2014 1 commit
-
-
Don Gagne authored
-
- 12 Jan, 2014 2 commits
- 09 Jan, 2014 1 commit
-
-
Don Gagne authored
-
- 08 Jan, 2014 7 commits
-
-
Don Gagne authored
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.
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Delete of last link would cause crash. Need to check for -1 which signals no selection in combo box.
-
Don Gagne authored
Fixing -Wuninitialized
-
- 07 Jan, 2014 1 commit
-
-
Don Gagne authored
Not sure what qmake # escape is. So fixed the problem instead.
-
- 06 Jan, 2014 1 commit
-
-
Lorenz Meier authored
-
- 02 Jan, 2014 1 commit
-
-
Don Gagne authored
-
- 31 Dec, 2013 1 commit
-
-
Don Gagne authored
Realized that I had configured my APM:Plane incorrectly since FlightModeConfig was only set up to work with APM:Copter. Changed code to respect mode switch channel parameter across all APM frame types. Also a pile of other changes to make this code much more bullet proof and correct. Implemented simple mode as well. Changed the style of the code to be more data driven. This allows for adjusting for new param values without needed to changing any code.
-
- 30 Dec, 2013 2 commits
-
-
Thomas Gubler authored
-
Lorenz Meier authored
-
- 29 Dec, 2013 5 commits
-
-
Lorenz Meier authored
-
Don Gagne authored
Realized that I had configured my APM:Plane incorrectly since FlightModeConfig was only set up to work with APM:Copter. Changed code to respect mode switch channel parameter across all APM frame types. Also a pile of other changes to make this code much more bullet proof and correct. Implemented simple mode as well. Changed the style of the code to be more data driven. This allows for adjusting for new param values without needed to changing any code.
-
Lorenz Meier authored
-
Don Gagne authored
-
Don Gagne authored
-
- 28 Dec, 2013 3 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Don Gagne authored
-