aboutsummaryrefslogtreecommitdiff
path: root/src/modules/attitude_estimator_ekf
Commit message (Collapse)AuthorAgeFilesLines
...
* | | eph and epv renaming, make this compile againJulian Oes2014-04-261-2/+2
| | |
* | | Merged master into ekf_paramsLorenz Meier2014-04-261-0/+2
|\ \ \ | |/ / |/| / | |/
| * 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
* | 'vehicle_global_position' topic updated: removed baro_alt and XXX_valid flags.Anton Babushkin2014-03-271-1/+1
|/
* Fix usage of right time stampsLorenz Meier2014-03-171-2/+2
|
* Removed stupid sensor counter, replaced it with much more useful timestampsLorenz Meier2014-03-161-7/+3
|
* attitude_estimator_ekf: hotfix, do mag declination rotation matrix ↵Anton Babushkin2014-03-101-0/+3
| | | | initialization
* attitude_estimator_ekf: enable acceleration compensation by defaultAnton Babushkin2014-01-311-1/+1
|
* global_position topic: added baro_alt, mc_pos_control: SEATBELT mode fixed, ↵Anton Babushkin2014-01-281-1/+1
| | | | use baro/AMSL alt
* Use double for lat/lon in vehicle_global_position topic, use filed names ↵Anton Babushkin2014-01-241-3/+3
| | | | lat, lon, alt, vel_n, vel_e, vel_d for global positions
* attitude_estimator_ekf: acc comp bug fixed, estimated gravity vector loggingAnton Babushkin2014-01-201-1/+5
|
* attitude_estimator_ekf: acc compensation improvementsAnton Babushkin2014-01-063-39/+79
|
* 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
| |
* | Merge branch 'ekf_acc_comp' into vector_control2Anton Babushkin2013-12-271-9/+9
|\ \
| * | attitude_estimator_ekf: acc compensation and magnetic declination fixesAnton Babushkin2013-12-271-15/+27
| | |
* | | Merge branch 'ekf_acc_comp' into vector_control2Anton Babushkin2013-12-261-3/+50
|\| |
| * | attitude_estimator_ekf: correct acceleration continuously, not only on GPS ↵Anton Babushkin2013-11-021-11/+17
| | | | | | | | | | | | updates
| * | attitude_estimator_ekf: acceleration compensation based on GPS velocityAnton Babushkin2013-10-291-3/+44
| |/
* | Merge branch 'mathlib_new' into vector_control2Anton Babushkin2013-12-251-9/+11
|\|
* | attitude_estimator_ekf: mag declination parameter implementedAnton Babushkin2013-11-223-6/+25
|/
* Hotfix: Rely on gyro calibrationLorenz Meier2013-08-311-12/+14
|
* Merged masterLorenz Meier2013-08-141-5/+5
|\
| * Hotfix for attitude estimator EKF initLorenz Meier2013-08-041-5/+5
| |
* | Merge branch 'master' of github.com:PX4/Firmware into new_state_machineLorenz Meier2013-07-191-2/+4
|\|
| * Hotfix: Ensured there are never two filters running at the same time if ↵Lorenz Meier2013-07-181-2/+4
| | | | | | | | auto-magic happens via USB link
| * Merge pull request #310 from PX4/att_fixLorenz Meier2013-07-091-24/+24
| |\ | | | | | | fixed attitude estimator params
| | * fixed attitude estimator paramsLorenz Meier2013-06-171-24/+24
| | |
* | | Changed location of lots of flags and conditions, needs testing and more workJulian Oes2013-07-161-7/+7
| | |
* | | Merge branch 'master' into new_state_machineJulian Oes2013-07-081-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compiling again Conflicts: src/modules/fixedwing_att_control/fixedwing_att_control_att.c src/modules/fixedwing_att_control/fixedwing_att_control_rate.c src/modules/fixedwing_pos_control/fixedwing_pos_control_main.c src/modules/mavlink/orb_listener.c src/modules/multirotor_att_control/multirotor_attitude_control.c src/modules/multirotor_att_control/multirotor_rate_control.c src/modules/systemlib/pid/pid.c src/modules/systemlib/pid/pid.h src/modules/uORB/objects_common.cpp
| * | Merge branch 'master' of github.com:PX4/Firmware into integrationLorenz Meier2013-06-171-1/+1
| |\ \
| * | | 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 with att_fixJulian Oes2013-06-171-24/+24
| |/ |/|
* | Fixed too low stack sizesLorenz Meier2013-06-171-1/+1
|/
* Moved position_estimator_mc, px4io driver and sdlog app to new style buildLorenz Meier2013-04-272-5/+4
|
* MergedLorenz Meier2013-04-271-13/+49
|
* Merge working changes into export-build branch.px4dev2013-04-2629-0/+3301