aboutsummaryrefslogtreecommitdiff
path: root/src/modules/att_pos_estimator_ekf/kalman_main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Hotfix: Ensured there are never two filters running at the same time if ↵Lorenz Meier2013-07-181-1/+2
| | | | auto-magic happens via USB link
* Fixed yaw estimate, minor comment and code style improvements. Added option ↵Lorenz Meier2013-06-301-9/+11
| | | | for upfront init, prepared process for removal (later) of sensors app and subscription to individual topics. Prototyping rework of params / subscriptions to resolve GCC 4.7 incompatibility of control lib (or rather the fact that we need to work around something which looks like a compiler bug)
* MergedLorenz Meier2013-06-071-7/+9
|\
| * Saved a few string bytes, cleaned up task names and outputLorenz Meier2013-06-061-7/+8
| |
* | Rename our 'task_spawn' to 'task_spawn_cmd' since NuttX now has its own ↵px4dev2013-06-011-1/+1
|/ | | | version of task_spawn that's different.
* Moved James Gopperts EKF to the new worldLorenz Meier2013-04-271-0/+152