aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/kalman_demo/KalmanNav.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved James Gopperts EKF to the new worldLorenz Meier2013-04-271-771/+0
* HIL bugfixingLorenz Meier2013-04-251-0/+2
* Added pressure alt measurement to kalman demo.jgoppert2013-03-181-8/+16
* Removed 1 Hz outputLorenz Meier2013-02-241-2/+2
* Merge pull request #195 from PX4/gpsLorenz Meier2013-02-151-11/+12
|\
| * Changed gps position topic mostly to SI units and float, removed counters and...Julian Oes2013-02-061-11/+12
* | Better attitude filter, not sensitive to sudden accelerationsLorenz Meier2013-01-211-1/+0
|/
* 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
* Added position initialization.James Goppert2013-01-161-76/+95
* Controller/ EKF tuning.jgoppert2013-01-161-8/+9
* Mag and velocity measurement fix. Fault detection working.jgoppert2013-01-151-46/+33
* Working on velocity errors.James Goppert2013-01-151-37/+49
* 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-151-2/+4
* Added check for valid attitude data.James Goppert2013-01-151-8/+17
* Enabled kf to run w/o gps.James Goppert2013-01-151-38/+32
* Fixed param issue.James Goppert2013-01-151-2/+2
* Adding comments to ekf.James Goppert2013-01-151-18/+21
* Added P0. Hid some printing. Corrected fault detection.James Goppert2013-01-141-7/+19
* Working on fault detection tolerances.James Goppert2013-01-141-18/+22
* Increased KF process noise.James Goppert2013-01-141-15/+6
* 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-131-157/+236
* Added kalman_demo. This is an attitude/position EKF example.jgoppert2013-01-061-0/+627