aboutsummaryrefslogtreecommitdiff
path: root/src/modules/att_pos_estimator_ekf/KalmanNav.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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: Vector class major cleanupAnton Babushkin2013-12-241-4/+4
|
* att_pos_estimator_ekf: fixes, mathlib: minor changesAnton Babushkin2013-12-231-6/+14
|
* mathlib minor fixesAnton Babushkin2013-12-191-15/+0
|
* mathlib fixesAnton Babushkin2013-12-191-47/+45
|
* Added local position pub to att_pos_esitmator_ekfJames Goppert2013-11-141-18/+51
|
* Smaller hotfixes for att pos estimatorLorenz Meier2013-11-031-6/+3
|
* TAKEOFF implemented for multirotors, added altitude check to waypoint ↵Anton Babushkin2013-08-261-1/+1
| | | | navigation.
* Hotfix: fixed compile warningsLorenz Meier2013-07-111-6/+6
|
* Fixes to estimator and HIL startup scriptLorenz Meier2013-07-041-1/+1
|
* Fixed yaw estimate, minor comment and code style improvements. Added option ↵Lorenz Meier2013-06-301-19/+89
| | | | 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)
* Changed to yaw only mag correction.James Goppert2013-06-181-73/+25
|
* Completed main implementation and debuggingSimon Wilks2013-06-041-1/+3
|
* Moved James Gopperts EKF to the new worldLorenz Meier2013-04-271-0/+771