aboutsummaryrefslogtreecommitdiff
path: root/src/modules/ekf_att_pos_estimator
Commit message (Expand)AuthorAgeFilesLines
* AttPosEKF: Publish altitude position estimates without GPSJohan Jansen2015-02-111-85/+83
* AttPosEKF: Fix initialization of AMSL estimation without GPSJohan Jansen2015-02-111-0/+1
* AttPosEKF: Fix license text for InertialNav filesJohan Jansen2015-02-112-65/+57
* AttPosEKF: Replace sqrt with sqrtfJohan Jansen2015-02-111-5/+5
* AttPosEKF: Added missing license header textJohan Jansen2015-02-114-2/+168
* AttPosEKF: Move documentation to header fileJohan Jansen2015-02-113-52/+50
* AttPosEKF: Disable unused functionJohan Jansen2015-02-112-4/+6
* AttPosEKF: Replace custom min/max functions with c++ standardJohan Jansen2015-02-112-38/+12
* AttPosEKF: Move initializeParameters() from header to implementation fileJohan Jansen2015-02-112-35/+40
* AttPosEKF: Fix coding styleJohan Jansen2015-02-112-92/+92
* EKFAttPos: Enforce type safetyJohan Jansen2015-02-113-129/+130
* AttPosEKF: Fix error_count comparisonJohan Jansen2015-02-101-3/+3
* Attitude / Position EKF: Fail over to secondary sensorsLorenz Meier2015-02-091-22/+77
* sensor combined topic: Copy error count field alongLorenz Meier2015-02-091-5/+0
* EKF estimator: Support multi-sensor setupsLorenz Meier2015-02-092-23/+42
* Merge remote-tracking branch 'upstream/master' into ros_messagelayer_merge2_a...Thomas Gubler2015-02-011-3/+3
|\
| * Move EKF to multi pub/sub APILorenz Meier2015-01-291-3/+3
* | propagate uorb contants change through all modules/driversThomas Gubler2015-01-281-2/+2
* | Merge remote-tracking branch 'upstream/master' into ros_messagelayer_mergeThomas Gubler2015-01-216-2949/+564
|\|
| * EKF bugfix: Replace all off-by-one (<=22 and <23) instances by correct check....Lorenz Meier2015-01-211-20/+20
| * Merge pull request #1671 from PX4/ekf_fixLorenz Meier2015-01-201-6/+9
| |\
| | * EKF: Fix race condition in accel measurement assignmentLorenz Meier2015-01-191-6/+9
| * | Hotfix: Fix EKF estimator and remove debug output which should not have been ...Lorenz Meier2015-01-191-7/+1
| |/
| * Merge pull request #1532 from kd0aij/baro_offsetLorenz Meier2015-01-181-7/+47
| |\
| | * improve efficiency of non-uniform rate LPFsMark Whitehorn2015-01-131-8/+3
| | * comment out debug warnxMark Whitehorn2015-01-131-11/+11
| | * use non-uniform 1st order IIR lowpass filters for baro_gps_offset estimationMark Whitehorn2015-01-131-7/+52
| * | Merge pull request #1547 from PX4/ekf_flowLorenz Meier2015-01-186-2896/+497
| |\ \
| | * | Update EKF estimator to most recent version from Paul RiseboroughLorenz Meier2014-12-306-2896/+497
| * | | EKF: Removed the fixed wing land detector in the EKF moduleJohan Jansen2015-01-151-24/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'upstream/master' into dev_rosThomas Gubler2015-01-051-1/+1
|\| |
| * | renaming of gps time to UTC timeBan Siesta2015-01-041-1/+1
| |/
* | Merge remote-tracking branch 'upstream/master' into dev_rosThomas Gubler2014-12-291-1/+2
|\|
| * EKF att/pos estimator: Fix warnings (cross-checked stack size already)Lorenz Meier2014-12-261-1/+1
| * Replace use of -Wno-error and only ignore specific warningsDaniel Agar2014-12-231-1/+2
| * turn on -Werror and fix resulting errorsDaniel Agar2014-12-221-1/+1
* | move px4_defines fileThomas Gubler2014-12-021-1/+1
* | make default apps compatible with autogenerated attitude and rc_channels messageThomas Gubler2014-12-021-1/+2
|/
* Fix up stack sizesLorenz Meier2014-11-171-1/+1
* Do not spam filter resets in static modeLorenz Meier2014-11-171-2/+5
* Improved EKF check feedbackLorenz Meier2014-10-201-2/+2
* Better error feedbackLorenz Meier2014-10-201-2/+2
* Disambiguate local variable names.Lorenz Meier2014-10-091-7/+7
* Initialize inhibition variable.Lorenz Meier2014-10-091-0/+1
* att pos estimator: Use float constant where it should be float.Lorenz Meier2014-10-091-1/+1
* att pos estimator: Initialize distanceLorenz Meier2014-10-091-0/+1
* Fix commentLorenz Meier2014-10-081-1/+1
* Fixed delay calculation of laserLorenz Meier2014-09-061-1/+1
* Trust the laser sensor moreLorenz Meier2014-09-031-1/+1
* Working and replay-tested altitude fusionLorenz Meier2014-09-023-302/+461