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.
 
 
 
 
 
 
Lorenz Meier f86ef34782 EKF: Fix error message which lied 9 years ago
..
tests added tests for EKF ringbuffer 9 years ago
CMakeLists.txt added function for fusing airspeed 9 years ago
RingBuffer.h EKF: Fix posix build error 9 years ago
airspeed_fusion.cpp Merge pull request #86 from CarlOlsson/small_airspeed_fix 9 years ago
common.h EKF: update default tuning parameters 9 years ago
control.cpp EKF: Fix error message which lied 9 years ago
covariance.cpp EKF: update default tuning parameters 9 years ago
ekf.cpp EKF: Fix bug in initialisation of height and magnetic field 9 years ago
ekf.h adopted ekf.h 9 years ago
ekf_helper.cpp adopted ekf_helper.cpp 9 years ago
estimator_interface.cpp change name to true_airspeed 9 years ago
estimator_interface.h adopted ekf_interface.h 9 years ago
geo.cpp EKF: Fix code style 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: Explicitly define type conversion for GPS height 9 years ago
mag_fusion.cpp EKF: Add GPS height option and improve height recovery 9 years ago
mathlib.cpp 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
mathlib.h Remove a define that might not be required for compilations in other scnearios outside of C99 restrictions to minimize Pull Request modifications. 9 years ago
optflow_fusion.cpp EKF: Fix syntax causing posix build to fail 9 years ago
terrain_estimator.cpp EKF: code style updates 9 years ago
vel_pos_fusion.cpp EKF: Don't use GPS to set position noise when not using GPS 9 years ago