px4-firmware/EKF
Paul Riseborough 3c84d37175 Merge pull request #156 from PX4/fix_printfs
EKF: use ECL printfs everywhere
2016-06-07 09:45:00 +10:00
..
tests cmake STACK -> STACK_MAIN 2016-04-16 21:46:50 -04:00
CMakeLists.txt cmake: ignore more eigen warnings 2016-05-12 08:38:37 +02:00
FindEigen3.cmake cmake: include FindEIgen3.cmake for older cmake 2016-05-10 17:59:01 +02:00
RingBuffer.h EKF: inline ring buffer functions used repeatedly 2016-05-23 07:43:59 +10:00
airspeed_fusion.cpp EKF: capture innovation checks and reset events in separate variables 2016-06-01 17:13:00 +10:00
common.h EKF: capture innovation checks and reset events in separate variables 2016-06-01 17:13:00 +10:00
control.cpp Merge pull request #156 from PX4/fix_printfs 2016-06-07 09:45:00 +10:00
covariance.cpp fixed typos (#147) 2016-05-22 17:40:43 +02:00
ekf.cpp EKF: delay commencement of 3D mag fusion until clear of ground 2016-06-06 21:59:46 +10:00
ekf.h EKF: delay commencement of 3D mag fusion until clear of ground 2016-06-06 21:59:46 +10:00
ekf_helper.cpp EKF: replace reset event times with event counters 2016-06-01 17:13:00 +10:00
estimator_interface.cpp Merge pull request #156 from PX4/fix_printfs 2016-06-07 09:45:00 +10:00
estimator_interface.h EKF: replace reset event times with event counters 2016-06-01 17:13:00 +10:00
geo.cpp Generalized isfinite() in similar form as done in ekf.cpp e3b9800cac/EKF/ekf.cpp (L45-L52) 2016-05-19 10:34:16 -06:00
geo.h
gps_checks.cpp EKF: correct include paths 2016-06-02 16:29:22 +01:00
mag_fusion.cpp EKF: capture innovation checks and reset events in separate variables 2016-06-01 17:13:00 +10:00
mathlib.cpp Addressed C99 compiler issues of initializing variables in header and unused included statements. 2016-05-19 09:58:18 -06:00
mathlib.h Addressed C99 compiler issues of initializing variables in header and unused included statements. 2016-05-19 09:58:18 -06:00
optflow_fusion.cpp EKF: capture innovation checks and reset events in separate variables 2016-06-01 17:13:00 +10:00
terrain_estimator.cpp EKF: capture innovation checks and reset events in separate variables 2016-06-01 17:13:00 +10:00
vel_pos_fusion.cpp EKF: capture innovation checks and reset events in separate variables 2016-06-01 17:13:00 +10:00