aboutsummaryrefslogtreecommitdiff
path: root/src/modules/att_pos_estimator_ekf
Commit message (Collapse)AuthorAgeFilesLines
* Added local position pub to att_pos_esitmator_ekfJames Goppert2013-11-142-24/+56
|
* Smaller hotfixes for att pos estimatorLorenz Meier2013-11-031-6/+3
|
* We compile with GCC 4.7.4Lorenz Meier2013-10-101-13/+13
|
* TAKEOFF implemented for multirotors, added altitude check to waypoint ↵Anton Babushkin2013-08-261-1/+1
| | | | navigation.
* Working on segway controller, restructure of fixedwing.James Goppert2013-07-281-2/+2
|
* 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
* Hotfix: fixed compile warningsLorenz Meier2013-07-111-6/+6
|
* Fixes to estimator and HIL startup scriptLorenz Meier2013-07-042-5/+5
|
* Fixed yaw estimate, minor comment and code style improvements. Added option ↵Lorenz Meier2013-06-305-33/+148
| | | | 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)
* Merge branch 'mag-correct-yaw' of github.com:jgoppert/Firmware into fw_hil_testLorenz Meier2013-06-221-73/+25
|\
| * Changed to yaw only mag correction.James Goppert2013-06-181-73/+25
| |
* | MergedLorenz Meier2013-06-071-7/+9
|\|
| * Saved a few string bytes, cleaned up task names and outputLorenz Meier2013-06-061-7/+8
| |
* | Merged masterLorenz Meier2013-06-061-1/+3
|\|
| * Completed main implementation and debuggingSimon Wilks2013-06-041-1/+3
| |
* | 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.
* Merge branch 'master' of github.com:PX4/Firmware into public-export-buildLorenz Meier2013-04-271-2/+2
|
* Moved James Gopperts EKF to the new worldLorenz Meier2013-04-275-0/+1164