1311 Commits (33a2bd0292888a83c57e5b228a6310a450b6a96c)
 

Author SHA1 Message Date
Anna Dai 44200e9649 add GPS drop out case to GPS fusion logic 6 years ago
CarlOlsson 8a813c57ec EKF: fix comment typo 6 years ago
CarlOlsson 472f2286b7 EKF: initialize covariances before we reset the heading in order to preserve the yaw uncertainty 6 years ago
CarlOlsson 490888285d EKF: Remove flag prefix 6 years ago
CarlOlsson d223680197 EKF: add flt_mag_align_complete to control_status flags 6 years ago
Daniel Agar b920910483 replace <cfloat> with <float.h> 6 years ago
Paul Riseborough c032126745 EKF: Fix bug causing incorrect yaw variance value to be used 6 years ago
Paul Riseborough 48d83f3bcb EKF: Fix vulnerability to ground level mag anomally when using heading fusion (#544) 6 years ago
Hamish Willee 4822bf8386 Fix links to moved files in readme 6 years ago
CarlOlsson 1a969aed07 EKF: use low pass filtered mag measurements for heading initialization 6 years ago
Roman 27f7846495 optical flow: fixed sign in calculation of optical flow sensor velocity 6 years ago
Paul Riseborough c49ab760c7 EKF: Allow EKF to start without using mag data when not using earth frame data 6 years ago
Daniel Agar 572710ed27 EKF add typed Quatf getter 6 years ago
CarlOlsson 8a2e512c2d terrain_estimator: add vehicle_variance_scaler 6 years ago
Paul Riseborough acde4ebcc3 EKF: fix comment 6 years ago
Paul Riseborough df571202c5 EKF: Fix bug preventing saved declination being used for first alignment 6 years ago
Paul Riseborough 4657a9cd21 EKF: Ensure yaw gets reset when declination is set 6 years ago
Roman 68a3cbc368 addressed review comment 6 years ago
Roman a74b7ef60b 3D only mag fusion: make sure _flt_mag_align_complete is set 6 years ago
jie.zhang 10a0fef7b7 EKF/control: remove unnecessary yaw_align update 6 years ago
Daniel Agar 8bbaf898a5
EKF add new simple setIMUData() interface (#512) 6 years ago
Paul Riseborough e6cd6eff87 EKF: Fix bug preventing use of flow sensors without gyros 6 years ago
Daniel Agar 2c3a064942
README.md update Jenkins build status icon and url 6 years ago
Paul Riseborough f240eaa5b0 EKF: Fix test script 6 years ago
Paul Riseborough 5cb228e1b3 EKF: Remove duplicate line 6 years ago
Paul Riseborough 0220f469b0 EKF: Use more generic variable name for bad yaw fusion flag 6 years ago
Paul Riseborough eb52f7c410 EKF: Remove implicit conversion and use single precision trig operator 6 years ago
Paul Riseborough 6847acb72e EKF: Add protection for undefined GPS antenna array heading offset 6 years ago
Paul Riseborough d1f3f4c916 EKF: Use #define function for isfinite check 6 years ago
Paul Riseborough 91f886cb5e EKF: Add support for use of GPS heading data. 6 years ago
Paul Riseborough af60e6bbc8 EKF: Add derivation for for dual antenna yaw observations 6 years ago
Paul Riseborough 342c3ab202 EKF: Fix timeout parameter documentation and name 6 years ago
Dion Gonano 2354c30d81 Add vision height covariance passthrough (#507) 7 years ago
Kabir Mohammed a7245229cb EKF : Fix divergence when optical flow is not fused for a long time (#503) 7 years ago
Paul Riseborough b861594d0b EKF: enable optical flow use to bootstrap 7 years ago
Daniel Agar 3c74dc2ce1 ECL_Controller base needs virtual destructor 7 years ago
Daniel Agar 0d39072a6d EKF add missing header guards 7 years ago
Kabir Mohammed a6a1edbe3f EKF : Fix type of flow data navigation variable (#499) 7 years ago
Paul Riseborough a53ad9c261 EKF: Add missing optical flow ground motion protection 7 years ago
dakejahl 56b8bb08a1 added a checking for range_aid to determine if we are relying on the range finder as our primary source of height observation (#491) 7 years ago
Roman aa134d5a61 l1 position controller: make sure that a NAN roll setpoint 7 years ago
Daniel Agar 34cd1366b7 Jenkins update PX4BuildBot credential usage 7 years ago
Paul Riseborough 35f628e68f
EKF: Add interface to enable logging of GPS drift metrics (#490) 7 years ago
Daniel Agar 48a17b5234
cmake ignore doxygen option when not a standalone build (#488) 7 years ago
Roman 4a8a3a4079 l1 controller: simpler way of doing slew rate limiting 7 years ago
Roman fe4e6779f3 l1 position control: added roll angle setpoint slew rate limiting 7 years ago
Paul Riseborough 748446b92f EKF: Use parameter for stuck range test threshold 7 years ago
Paul Riseborough 628079719f EKF: Fix inconsistency in timeout for terrain validity 7 years ago
Paul Riseborough d1d49857f9 EKF: Prevent stuck range checks running without new data 7 years ago
dakejahl 80146273ba removed if statement that would prevent the update of the _rng_hgt_faulty flag (#480) 7 years ago