- 26 Jun, 2016 4 commits
-
-
Daniel Agar authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
* Deal with missing parameters on Solo * Fix trigger set
-
- 25 Jun, 2016 8 commits
-
-
Daniel Agar authored
-
Daniel Agar authored
* travis-ci add more caching * travis-ci move doxygen to semaphoreci * travis-ci move linux debug to semaphoreci
-
Nate Weibley authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Nate Weibley authored
* travis-ci try ccache on OSX and android * travis-ci ccache stats * try again * Attempt to prepend ccache to qmake command * Test enabling ccache for ios too * Deploy ccache from S3 per @dagar * Revert "Test enabling ccache for ios too" It was a nice thought. This reverts commit 7e7aeb367696ee9c8abc5cc8122dcd35196d96bb. * Try to optimally set the number of make jobs * Fix job estimation and disable ccache on android * Android: reenable ccache and disable parallel jobs * Check if android build passes with 4 workers * Try to parallelize xcodebuild too * Give mac builders an extra worker and pretty up the ios build output * Add make output filtering with correct exit code, no sudo or ccache on ios build * Try wrapping ccache to enable use on xcodebuild * Make ios ccache helpers executable * Turn back on pretty printing for IOS * Show some ccache stats on IOS build to see if we're getting hits * Change android build OS type to linux * Require trusty for android build * Require sudo for android so we get trusty * Maybe this will function properly on edge? * Try to use stripped binary bzips * Screw it! Run android on precise again * Back to the original android build configuration. I give up
-
- 24 Jun, 2016 14 commits
-
-
Nate Weibley authored
-
Daniel Agar authored
-
Lorenz Meier authored
Temporarily disable MAVLink version check as the QGC settings have no effect and it will mess with the upgrade from v1 to v2 and has no real value
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Daniel Agar authored
-
Don Gagne authored
Add voltage/current calculators
-
Don Gagne authored
Support both THR_MID and MOT_THST_HOVER
-
Don Gagne authored
ArduCopter 3.4: Update meta data
-
Don Gagne authored
-
Don Gagne authored
-
- 23 Jun, 2016 14 commits
-
-
Don Gagne authored
-
Don Gagne authored
Rover radio cal
-
Lorenz Meier authored
-
Don Gagne authored
Throttle trim must be center throttle
-
Don Gagne authored
-
Don Gagne authored
Support for "Use compass" params
-
Don Gagne authored
Plan: Mission loads from vehicle automatically
-
Don Gagne authored
Rover fixes
-
Don Gagne authored
Parameter loader fixes
-
Don Gagne authored
-
Don Gagne authored
- Cache only supported on PX4. Solo sends param updates at a high rate to update gimbal values. This was causing the cache to update itself at too high of a rate, killing performance, especially on iOS. - Fixed read/write index usage to provide correct progress bar updates
-
Don Gagne authored
They may show up after parameters ready is signaled. No way around this since this is a protocol problem. So can’t test secondary component.
-
Don Gagne authored
- Now responds to request_list using a worker routine to send out params one at a time - Support for failure modes for unit testing
-
Don Gagne authored
-