- Feb 02, 2014
-
-
Lorenz Meier authored
-
- Feb 01, 2014
-
-
Lorenz Meier authored
-
Lorenz Meier authored
Enable RC calibration mode during RC calibration to tell vehicle to ignore stick inputs for that period
-
- Jan 25, 2014
-
-
Lorenz Meier authored
-
- Jan 13, 2014
-
-
Don Gagne authored
-
- Jan 12, 2014
- Jan 09, 2014
-
-
Don Gagne authored
-
- Jan 08, 2014
-
-
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
-
- Jan 07, 2014
-
-
Don Gagne authored
Not sure what qmake # escape is. So fixed the problem instead.
-
- Jan 06, 2014
-
-
Lorenz Meier authored
-
- Jan 02, 2014
-
-
Don Gagne authored
-
- Dec 31, 2013
-
-
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.
-
- Dec 30, 2013
-
-
Thomas Gubler authored
-
Lorenz Meier authored
-
- Dec 29, 2013
-
-
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
-
- Dec 28, 2013
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Don Gagne authored
-
- Dec 27, 2013
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- Dec 25, 2013
-
-
Don Gagne authored
- NAN not available in windows headers, use cross platform friendly version - VS compiler does not allow initializing non-integral types in header files - ActiveQt libs are already installed by Win Qt4.8.5, no need to build. Plus this part of the makefile just loops without nmake.exe installed which is not part of a standard windows box
-
- Dec 24, 2013
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- Dec 23, 2013
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- Dec 22, 2013
-
-
Bryant Mairs authored
-
Bryant Mairs authored
Renamed getNominalDataRate to getConnectionSpeed. Also added upstream/downstream data rate functions to all Link classes.
-
Bryant Mairs authored
-
Bryant Mairs authored
Simplify calculations by assuming we only care about rates in kB/s.
-