You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Paul Riseborough 8125717bf5 EKF: remove un-used airspeed health class variable 9 years ago
..
tests cmake STACK -> STACK_MAIN 9 years ago
CMakeLists.txt cmake: ignore more eigen warnings 9 years ago
FindEigen3.cmake cmake: include FindEIgen3.cmake for older cmake 9 years ago
RingBuffer.h EKF: inline ring buffer functions used repeatedly 9 years ago
airspeed_fusion.cpp EKF: remove un-used airspeed health class variable 9 years ago
common.h EKF: add structure to capture innovation test failures and state resets 9 years ago
control.cpp EKF: provide reset protection for external vision height 9 years ago
covariance.cpp fixed typos (#147) 9 years ago
ekf.cpp EKF: remove un-used magnetometer health class variable 9 years ago
ekf.h fixed typos (#147) 9 years ago
ekf_helper.cpp EKF: Improve height reset for external vision 9 years ago
estimator_interface.cpp EKF: remove un-used airspeed health class variable 9 years ago
estimator_interface.h EKF: remove un-used airspeed health class variable 9 years ago
geo.cpp Generalized isfinite() in similar form as done in ekf.cpp e3b9800cac/EKF/ekf.cpp (L45-L52) 9 years ago
geo.h Correct deg to rad conversion inversion. Add additional functionality to mathlib to allow standalone compile without Limits.cpp and Limits.hpp files from PX4. 9 years ago
gps_checks.cpp EKF: Remove use of vehicle arm status 9 years ago
mag_fusion.cpp EKF: remove un-used magnetometer health class variable 9 years ago
mathlib.cpp Addressed C99 compiler issues of initializing variables in header and unused included statements. 9 years ago
mathlib.h Addressed C99 compiler issues of initializing variables in header and unused included statements. 9 years ago
optflow_fusion.cpp EKF: move calculation of optical flow observation variance into a function 9 years ago
terrain_estimator.cpp EKF: Fix bug in calculation of terrain observation variance 9 years ago
vel_pos_fusion.cpp EKF: capture position and velocity innovation test failures 9 years ago