aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed comment.James Goppert2013-01-131-1/+1
* | Reduced stack size for mavlink receiver.James Goppert2013-01-131-1/+1
* | Working on comments.James Goppert2013-01-135-51/+45
* | Reboot fix.James Goppert2013-01-131-1/+2
* | Fixed HIL state machine issue with reboot.James Goppert2013-01-131-1/+3
* | Change default vehicle type to fixedwing.James Goppert2013-01-131-2/+2
* | Rebase of changes to sensor_hil_fixedwing branch.James Goppert2013-01-1315-267/+624
|/
* Merge pull request #150 from PX4/app-auto-depsLorenz Meier2013-01-133-36/+26
|\
| * Fix a build breaker, remove C*HDRS as they aren't used.px4dev2013-01-123-19/+4
| * Objects depend on the makefile chain as well.px4dev2013-01-121-7/+4
| * Automatically generate depdencies for source files as they are compiled, rath...px4dev2013-01-122-14/+22
* | Merge pull request #148 from PX4/adc_integrationpx4dev2013-01-139-266/+224
|\ \
| * | Printing error reason in warningLorenz Meier2013-01-131-1/+1
| * | Merge branch 'master' of github.com:PX4/Firmware into adc_integrationLorenz Meier2013-01-132-2/+9
| |\|
| * | Showing correct test count also in success caseLorenz Meier2013-01-131-2/+2
| * | Cleaned up tests further, in anticipation of merges with other branchesLorenz Meier2013-01-122-8/+14
| * | Improved battery voltage init, removed bogus printf() from debuggingLorenz Meier2013-01-121-1/+5
| * | Counting the number of tests correctlyLorenz Meier2013-01-122-6/+12
| * | Selected adjustments / fixes to make old apps compatible with new-style ADC d...Lorenz Meier2013-01-126-250/+192
* | | Merge pull request #154 from PX4/file_test_fixpx4dev2013-01-131-0/+8
|\ \ \ | |_|/ |/| |
| * | Fixed #153 - when no microSD card is present, test used to hang, now aborts w...Lorenz Meier2013-01-131-0/+8
| |/
* / Suppress warnings from ARM's DSP_Lib code that are spamming developers to no ...px4dev2013-01-122-2/+9
|/