aboutsummaryrefslogtreecommitdiff
path: root/src/modules/att_pos_estimator_ekf
Commit message (Collapse)AuthorAgeFilesLines
* Decomission unmaintained position estimatorLorenz Meier2014-04-195-1255/+0
|
* Moved UOrbPubliction/Subscription to uORB::Publication/SubscriptionJames Goppert2014-03-201-8/+8
|
* Merge branch 'beta1' into betaAnton Babushkin2014-01-291-1/+1
|\
| * global_position topic: added baro_alt, mc_pos_control: SEATBELT mode fixed, ↵Anton Babushkin2014-01-281-1/+1
| | | | | | | | use baro/AMSL alt
* | fw att pos estimator: fix output lat/lon conversion (introduced by changes ↵Thomas Gubler2014-01-271-2/+2
|/ | | | in 58792c5ca6e42bc251dd3c92b0e79217ff5d5403)
* Use double for lat/lon in vehicle_global_position topic, use filed names ↵Anton Babushkin2014-01-241-4/+3
| | | | lat, lon, alt, vel_n, vel_e, vel_d for global positions
* mathlib: Matrix and Quaternion cleanup and bugfixes. Copyright updated.Anton Babushkin2013-12-251-1/+1
|
* mathlib: Vector class major cleanupAnton Babushkin2013-12-241-4/+4
|
* att_pos_estimator_ekf: fixes, mathlib: minor changesAnton Babushkin2013-12-232-7/+15
|
* mathlib minor fixesAnton Babushkin2013-12-191-15/+0
|
* mathlib fixesAnton Babushkin2013-12-192-57/+55
|
* 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