714 Commits (ed9a394029c642427b91e55b7a17a078f67b9535)

Author SHA1 Message Date
ChristophTobler e800de88b6 remove duplicate 8 years ago
Daniel Agar c44488fdb8
EKF matrix typedef cleanup 8 years ago
ChristophTobler 6f5cffafec fix type of range_aid parameter: int -> int32_t 8 years ago
ChristophTobler 1fed209804 fix formatting 8 years ago
Roman 5036967343 barometer does not special height sensor offset because a barometer 8 years ago
Roman c5d464b821 make range sensor height offset computation more robust 8 years ago
Roman 182ea43445 fixed baro offset calculation 8 years ago
Roman 39983a7d55 range aid: added hysteresis for switching in and out of range aid 8 years ago
Roman 1b92c9b5b3 ekf_helper: fixed resetting height using range finder 8 years ago
Roman 3778f0921a ekf: enable range finder to be used for estimating height even if it's not 8 years ago
Roman 36bffd2571 ekf: calculate the delta time between consecutive baro measurments 8 years ago
Roman a0ab5cf0d7 ekf vel_pos_fusion: added height sensor offset to range innovation calculation 8 years ago
Roman a1e67396f4 ekf: added methods for setting control height flags 8 years ago
CarlOlsson b255d4a53a fixed typos 8 years ago
Paul Riseborough fed4a9bc5a EKF: add vertical position derivative output 8 years ago
Paul Riseborough 16c7041f4a EKF: Add a parameter to enable setting of a minimum buffer length to handle large sensor timing jitter 8 years ago
Julien Lecoeur d0b4f1e225 Use binary operator~ instead of logical operator! 8 years ago
Julien Lecoeur c323b64742 Fix -Werror=int-in-bool-context on GCC 7 8 years ago
Daniel Agar 3e197fdded EKF tests remove extra semicolon 8 years ago
Daniel Agar 6ed8512ff4 EKF parameters use int32_t (#279) 8 years ago
CarlOlsson 871ebb251b EKF: Changed get_control_mode to coyp 32 bits 8 years ago
CarlOlsson a1308482fd EKF: Reset the mag states to the field state variance when switching from the inhibit mag mode to standard mode 8 years ago
CarlOlsson be16406b35 EKF: Add feature to use the mag to only update the mag states 8 years ago
Paul Riseborough 05c3c46f83 ekf2: changes arising from code review 8 years ago
Paul Riseborough 394dd95cba EKF: Don't do magnetic field estimation without earth frame measurements 8 years ago
Paul Riseborough 20db74eca8 Revert "EKF: Add parameter control of individual IMU axis delta velocity bias estimation" 8 years ago
ChristophTobler 47973a4820 run terrain estimator after control fusion modes. Otherwise _range_data_ready will never be true and fuseHagl() will never run 8 years ago
Paul Riseborough 9c31632e2b EKF: Add parameter control of individual IMU axis delta velocity bias estimation 8 years ago
Daniel Agar 87fdee440b EKF estimator_interface coverity fix 139419 8 years ago
Daniel Agar b3f8fd19e0 EKF estimator_interface coverity fix 140490, 140491 8 years ago
Paul Riseborough 5ee0ed5a0d EKF: Increase sensitivity and add tuning of bad accel checks 8 years ago
Paul Riseborough e35921534d EKF: fix reporting of optical flow fusion errors 8 years ago
Paul Riseborough 5112ffca90 EKF: Adjust default time delay params and clean up formatting 8 years ago
Daniel Agar 3919d60f66
ekf2 initialization fixes 8 years ago
Paul Riseborough c3f966f53e EKF: remove clang build error message 8 years ago
Paul Riseborough 1e393530ed EKF: Fix travis clang build error 8 years ago
Paul Riseborough c607941e2f EKF: Allow external setting of air density for multi-rotor drag fusion 8 years ago
Paul Riseborough 3758c5a09d EKF: down-sample drag specific force data 8 years ago
Paul Riseborough 9f48c0505b EKF: improve covariance stability when estimating wind 8 years ago
Paul Riseborough 5cf31e439d EKF: Add specific drag fusion tuning parameters 8 years ago
Paul Riseborough 465b145929 EKF: Add multi-rotor drag model for wind estimation 8 years ago
Paul Riseborough 0d7e7e9d81 EKF: Don't use EKF origin in GPS drift check calculation 8 years ago
Paul Riseborough 7b996c5972 EKF: Increase measurement error allowance for accelerometer clipping 8 years ago
Paul Riseborough f0bbbc8dc6 EKF: Add reporting of bad accel status 8 years ago
Paul Riseborough 2f2ac5be43 EKF: Improve protection against severe IMU accel errors 8 years ago
Paul Riseborough bef7325884 EKF: protect covariance prediction from delta time errors 8 years ago
Paul Riseborough fa07536314 EKF: Prevent rounding errors causing bad conditioned covariance matrix 8 years ago
Paul Riseborough 710b2bcb9f EKF: Do not move EKF origin when performing GPS checks 8 years ago
Paul Riseborough a1ff219380 EKF: Extend range of conditions over which we run GPS quality checks 8 years ago
Paul Riseborough ed2938c8a4 EKF: fix bug causing bad accel bias status to latch 8 years ago