aboutsummaryrefslogtreecommitdiff
path: root/src/modules/attitude_estimator_ekf/attitude_estimator_ekf_params.c
Commit message (Collapse)AuthorAgeFilesLines
* fix code style if trivial one line differenceDaniel Agar2015-03-191-0/+1
|
* att ekf: add descriptions for paramsThomas Gubler2014-07-251-9/+45
|
* att ekf: add param to enable/disable JThomas Gubler2014-07-251-4/+15
|
* update attitude_estimator_ekf, includes matlabThomas Gubler2014-07-251-7/+34
| | | | | | This adds the latest c implementation (matlab coder) of attitude_estimator_ekf, the .m matlab script and the .prj file with the settings to export the matlab code to c
* Fix compiler warningsDon Gagne2014-06-291-1/+1
|
* Removed unused ATT_XXX_OFF3 paramters. Offset tuning now accomplished via ↵Darryl Taylor2014-06-181-13/+0
| | | | the sensors app using new SENS_BOARD_XXX_OFF parameters.
* attitude_estimator_ekf: added missing includeAnton Babushkin2014-04-191-0/+1
|
* attitude_estimator_ekf: use degrees for ATT_MAG_DECL parameter to be ↵Anton Babushkin2014-04-191-0/+1
| | | | consistent with documentation
* attitude_estimator_ekf: enable acceleration compensation by defaultAnton Babushkin2014-01-311-1/+1
|
* attitude_estimator_ekf: acc compensation improvementsAnton Babushkin2014-01-061-0/+6
|
* Merge commit '95bdc1a9bd364ce95abe06b097579cc8a9162e33' into ↵Anton Babushkin2013-12-301-9/+11
|\ | | | | | | navigator_new_vector
| * Attitude_estimator_ekf: Fix params, this bug caused the ↵Julian Oes2013-12-271-4/+4
| | | | | | | | multirotor_att_control to stop
| * Hotfix: Reduce mag influence on att estimateLorenz Meier2013-12-271-5/+7
| |
* | attitude_estimator_ekf: mag declination parameter implementedAnton Babushkin2013-11-221-0/+7
|/
* fixed attitude estimator paramsLorenz Meier2013-06-171-24/+24
|
* Merge working changes into export-build branch.px4dev2013-04-261-0/+105