aboutsummaryrefslogtreecommitdiff
path: root/src/modules/ekf_att_pos_estimator/estimator_utilities.h
Commit message (Collapse)AuthorAgeFilesLines
* VectorMath: Optimization by passing vector by reference instead of valueJohan Jansen2015-03-081-13/+10
|
* VectorMath: Add scalar division to custom EKF vector mathJohan Jansen2015-03-081-0/+1
|
* Style fix of copyright headerLorenz Meier2015-02-151-33/+31
|
* AttPosEKF: Added missing license header textJohan Jansen2015-02-111-2/+43
|
* Add missing states, build fix for masterLorenz Meier2014-07-281-0/+4
|
* EKF hotfix: Remove unused variables, use default initializer list for vectorsLorenz Meier2014-07-131-3/+1
|
* EKF hotfix: Force zero initialization of vectorsLorenz Meier2014-07-131-0/+8
|
* Update estimator from PaulLorenz Meier2014-06-291-1/+2
|
* Define earth radius as double, as our calculations relying on it need double ↵Lorenz Meier2014-06-291-2/+2
| | | | precision.
* estimator lib: Improve error reportingLorenz Meier2014-06-271-0/+3
|
* Much more aggressive reset logic bounding the filter effectivelyLorenz Meier2014-06-121-4/+4
|
* Switching back to 23 states, fixed mag update logicLorenz Meier2014-06-071-1/+1
|
* Add support for 21 and 23 state estimators. Promoto a number of small delta ↵Lorenz Meier2014-06-071-0/+79
variables to double