aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/kalman_demo
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Added position initialization.James Goppert2013-01-163-82/+103
* Increased fault threshhold.jgoppert2013-01-161-1/+1
* Controller/ EKF tuning.jgoppert2013-01-162-16/+17
* Mag and velocity measurement fix. Fault detection working.jgoppert2013-01-153-68/+59
* Working on velocity errors.James Goppert2013-01-153-37/+51
* Reducing pos/att correction update rates for debugging.James Goppert2013-01-151-5/+3
* Refactored RPos. Increased global pos output rate for debugging.James Goppert2013-01-151-29/+17
* Slowed HIL status updates. Also prevented posCor. when gps not init.James Goppert2013-01-151-2/+6
* 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
* Working on fault detection tolerances.James Goppert2013-01-141-18/+22
* Increased KF process noise.James Goppert2013-01-142-17/+8
* 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
* Fixed comment.James Goppert2013-01-131-1/+1
* Rebase of changes to sensor_hil_fixedwing branch.James Goppert2013-01-133-167/+253
* Merge commit '23e8d0b4675e1101a5dd38fa48f96ec3c13ca68b' into local/mathlibpx4dev2013-01-061-10/+5
* Added kalman_demo. This is an attitude/position EKF example.jgoppert2013-01-065-0/+952