aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-09-146-37/+183
|\
| * A simple file write performance testpx4dev2012-09-133-0/+78
| * Fixed mavlink timestamps, fixed SD logger, ready for flight testsLorenz Meier2012-09-133-37/+105
* | Better log rate balancingLorenz Meier2012-09-141-3/+3
* | Logging rate changes,Lorenz Meier2012-09-141-6/+6
|/
* Send back fake RC in HIL if getting joystick inputsLorenz Meier2012-09-131-0/+42
* Quite flyable stateLorenz Meier2012-09-124-5/+5
* Fixed index in loadingLorenz Meier2012-09-121-2/+2
* Committing WIPLorenz Meier2012-09-121-5/+8
* Merge branch 'rc_cleanup' of github.com:PX4/Firmware into gpsLorenz Meier2012-09-121-1/+5
|\
| * Compute the channel bound once before the loop runs.px4dev2012-09-121-1/+5
* | Re-enabled scaling for rollLorenz Meier2012-09-121-1/+1
|/
* Deamonized GPS app, fixed GPS issues, reworking RC inputLorenz Meier2012-09-125-13/+127
* Working on correct RC outputs without magic numbersLorenz Meier2012-09-121-3/+9
* Added ground estimator, fixed RC calibrationLorenz Meier2012-09-124-19/+186
* fixed up RC inputs, removed magic numbers, added dead zones, needs testingLorenz Meier2012-09-122-11/+43
* Got rid of a bunch of magic numbers, manual controls can now be set up fine-g...Lorenz Meier2012-09-114-13/+43
* Fixed calibration routines to ignore previous offsets during calibration, add...Lorenz Meier2012-09-113-38/+155
* Comment fixes and polishingLorenz Meier2012-09-101-5/+7
* Rewrote SD logging app, simpler, but effective. Pending testingLorenz Meier2012-09-1010-954/+257
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-09-106-35/+31
|\
| * Tuned filter gains, still suboptimal, but improvedLorenz Meier2012-09-101-6/+6
| * Some fixes for getopt_longpx4dev2012-09-103-14/+17
| * Be a bit quieter and more forgiving about various system configuration and dr...px4dev2012-09-102-15/+8
* | correctly hooked up setpoints in fixed wing control app, pending validationLorenz Meier2012-09-101-12/+6
* | Deleted old cruftLorenz Meier2012-09-104-166/+0
|/
* Fixed HIL enabling, renamed failsafe to better term "lockdown", made sure HIL...Lorenz Meier2012-09-104-10/+22
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-09-092-16/+64
|\
| * Change the EEPROM read/write timeout behavior so that we can get actual error...px4dev2012-09-091-9/+30
| * Rework the 'eeprom erase' path so it's possible to erase an EEPROM that can't...px4dev2012-09-092-15/+42
* | Limited Z-compensation much stronger to prevent throttle jumpsLorenz Meier2012-09-091-4/+4
|/
* Ok, all this hand-rolled option parsing is lame. Let's have a dose of getopt...px4dev2012-09-083-1/+543
* Added RC params, fixed attitude and position controlLorenz Meier2012-09-084-38/+61
* Removed old AR drone control stuff, outdated - replaced by multirotor_att and...Lorenz Meier2012-09-0714-2008/+0
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-09-0720-160/+391
|\
| * Fixed to mag measurement and filterLorenz Meier2012-09-073-23/+6
| * Fixed parameter-loading typo, fixed mavlink compile warningsardrone_flightLorenz Meier2012-09-071-2/+2
| * Fixed a & vs && bugLorenz Meier2012-09-071-3/+3
| * Made parameter error messages pickierLorenz Meier2012-09-071-3/+3
| * Sensor sending rate fixesLorenz Meier2012-09-072-5/+15
| * Fixed correct setting of field update flagLorenz Meier2012-09-071-27/+48
| * Commented out potentially problematic printf() statementsLorenz Meier2012-09-071-12/+12
| * Added per-motor test routine, test came clean. Worth trying PID tuning.Lorenz Meier2012-09-071-1/+22
| * Added bitfield to encode updated dimensionsLorenz Meier2012-09-063-15/+47
| * Better AR interface initializationLorenz Meier2012-09-062-16/+15
| * Various minor fixes and improvements across systemLorenz Meier2012-09-057-56/+89
| * Fixed correct RC loss detection, AR.Drone is now shutting down motors after 1...Lorenz Meier2012-09-059-14/+148
| * Turn off more debug output.px4dev2012-09-041-3/+1
| * Fix issue where the roll controller never receives parameter updates.px4dev2012-09-041-1/+1
| * Turn off annoying debug output.px4dev2012-09-042-2/+2