aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://github.com/PX4/Firmware into fault_detectionJames Goppert2013-01-1751-720/+1568
|\
| * Pull NuttX up to the 6.24 release.px4dev2013-01-1451-720/+1568
| |\
| | * Fix the 'time' test, now that rand() seems to be working.px4dev2013-01-142-35/+39
| | * The tests structure doesn't need to be writable.px4dev2013-01-111-1/+1
| | * Recover changes lost to bad merging.px4dev2013-01-1135-401/+701
| | * Merge commit 'eaf1d8063cc707b1041e8583663d9edd45f42c5d' into nuttx-merge-5447px4dev2013-01-111-6/+71
| | |\
| | | * Merge commit '0f2decb70f505b108999fcdb80e89d7aae6760ce' into nuttx-merge-0f2decbpx4dev2013-01-0154-670/+2567
| | | |\
| | * | \ Merge branch 'master' into nuttx-merge-5447px4dev2013-01-1115-262/+754
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Prep for release 6.24patacongo2012-12-201-2/+4
| | | * | Some minor fixes for CONFIG_ADDRENV=ypatacongo2012-12-193-7/+80
| | | * | Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-1/+1
| | | * | configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-092-5/+6
| | | * | standard keypad inteface and apps/examples/keypadtest from Denis Cariklipatacongo2012-12-018-2/+289
| | | * | All ZNEO configurations converted to use the mconf/Kconfig toolpatacongo2012-11-296-19/+29
| | | * | z8 configurations will now build in Windows native environmentpatacongo2012-11-291-0/+2
| | | * | Patches for NSH disable background, and ARMv7M assembly from Freddie Chopinpatacongo2012-11-291-4/+37
| | | * | Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfi...patacongo2012-11-276-22/+102
| | | * | configs/z8f64200100kit/ostest at same level as ez80 configurations; nuttx/arc...patacongo2012-11-273-3/+4
* | | | | 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
|\| | | |
| * | | | Hotfix for current active waypoint IDLorenz Meier2013-01-141-3/+4
| * | | | Adapted upper and lower values for test jig voltagesJulian Oes2013-01-141-2/+2
* | | | | 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
|\| | | |
| * | | | Merge pull request #156 from jgoppert/sensor_hil_rebasepx4dev2013-01-1315-286/+641
| |\ \ \ \
| * | | | | Removed last bogus references to battery voltage from sensor combined topicLorenz Meier2013-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
| |/ / / / |/| | | |
* | | | | Changed fault tolerances.James Goppert2013-01-131-2/+2
* | | | | More formatting.James Goppert2013-01-134-28/+28
* | | | | Added assertion, fixed formatting.James Goppert2013-01-131-11/+12
* | | | | More fixes.James Goppert2013-01-131-2/+2