aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into px4io-i2cpx4dev2013-01-2215-624/+1511
|\
| * Some timeout needed to be raised for now to make ubx with baudrate 9600 workingJulian Oes2013-01-212-3/+6
| * Fix a leftover from the earlier merges; building should work now.px4dev2013-01-191-1/+1
| * Strip some debuggingpx4dev2013-01-191-1/+0
| * Merge pull request #151 from NosDE/masterpx4dev2013-01-191-24/+419
| |\
| | * some major changesMarco Bauer2013-01-141-256/+203
| | * switched to initialiser list and member variablesMarco Bauer2013-01-131-11/+20
| | * some changes in structureMarco Bauer2013-01-131-156/+143
| | * fix number of satellitesMarco Bauer2013-01-121-3/+3
| | * merged systemstate into blinkm driverMarco Bauer2013-01-121-20/+472
| * | Merge pull request #171 from PX4/fault_detectionpx4dev2013-01-197-248/+371
| |\ \
| | * \ Merge branch 'master' of git://github.com/PX4/Firmware into fault_detectionjgoppert2013-01-192-0/+40
| | |\ \
| | * | | Fixed selective publication updateLorenz Meier2013-01-191-5/+8
| | * | | Set kalman_demo to only publish when it has valid info.James Goppert2013-01-181-1/+5
| | * | | Defaulting to full auto in auto modeLorenz Meier2013-01-171-6/+7
| | * | | Prevented attitude correction from changing velocity when pos not init.James Goppert2013-01-171-3/+5
| | * | | Increased process noise.James Goppert2013-01-171-2/+2
| | * | | Merge branch 'master' of git://github.com/PX4/Firmware into fault_detectionJames Goppert2013-01-1751-720/+1568
| | |\ \ \
| | * | | | Control tuning.James Goppert2013-01-161-3/+3
| | * | | | Added position initialization.James Goppert2013-01-163-82/+103
| | * | | | Increased fault threshhold.jgoppert2013-01-161-1/+1
| | * | | | Controller/ EKF tuning.jgoppert2013-01-163-22/+23
| | * | | | Mag and velocity measurement fix. Fault detection working.jgoppert2013-01-153-68/+59
| | * | | | Working on velocity errors.James Goppert2013-01-154-38/+57
| | * | | | Reducing pos/att correction update rates for debugging.James Goppert2013-01-152-6/+4
| | * | | | Refactored RPos. Increased global pos output rate for debugging.James Goppert2013-01-152-30/+18
| | * | | | Slowed HIL status updates. Also prevented posCor. when gps not init.James Goppert2013-01-152-8/+12
| | * | | | Made fault tolerances adjustable.James Goppert2013-01-153-2/+8
| | * | | | Added check for valid attitude data.James Goppert2013-01-152-10/+19
| | * | | | Enabled kf to run w/o gps.James Goppert2013-01-152-38/+34
| | * | | | Added mag dip/dec as parameters.James Goppert2013-01-151-0/+2
| | * | | | Fixed param issue.James Goppert2013-01-151-2/+2
| | * | | | Adding comments to ekf.James Goppert2013-01-152-54/+102
| | * | | | Added P0. Hid some printing. Corrected fault detection.James Goppert2013-01-142-7/+20
| | * | | | Merge branch 'master' of git://github.com/PX4/Firmware into fault_detectionJames Goppert2013-01-142-5/+6
| | |\ \ \ \
| | * | | | | Added param comments for FWB controller.James Goppert2013-01-141-18/+18
| | * | | | | Working on fault detection tolerances.James Goppert2013-01-142-20/+24
| | * | | | | Increased KF process noise.James Goppert2013-01-142-17/+8
| | * | | | | Merge branch 'master' of git://github.com/PX4/Firmware into fault_detectionjgoppert2013-01-143-7/+1
| | |\ \ \ \ \
| | * | | | | | Fault detection working, but GPS velocity measurement causing fault.jgoppert2013-01-141-7/+7
| | * | | | | | Changing measurement units for gps, not working well yet.jgoppert2013-01-141-13/+13
| | * | | | | | Tracking down gps ekf bug, not enough precision for GPS in rad.James Goppert2013-01-131-10/+32
| * | | | | | | Merge pull request #169 from PX4/home_positionpx4dev2013-01-195-61/+163
| |\ \ \ \ \ \ \
| | * | | | | | | Made threshold a bit nicer, still a magic numberLorenz Meier2013-01-191-4/+5
| | * | | | | | | Added missing flag, testedLorenz Meier2013-01-191-0/+2
| | * | | | | | | Added home position concept, uORB struct and MAVLink announcement of home pos...Lorenz Meier2013-01-195-61/+160
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge pull request #167 from PX4/log_improvementspx4dev2013-01-191-188/+211
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed a number of smaller issues with log changes, ready to mergeLorenz Meier2013-01-191-12/+27
| | * | | | | | | Enable / disable logging while running, enabled black box logging (ringbuffer...Lorenz Meier2013-01-191-192/+182
| | * | | | | | | Added logging improvements for microSDLorenz Meier2013-01-191-3/+21
| | |/ / / / / /