1169 Commits (afd4f3f86b4d8510ff492551fc705ec53629e8b8)

Author SHA1 Message Date
Kamil Ritz 1fa6870cd6 Perform geo.cpp's mathlib calls in double point precision 5 years ago
kritz fa5a00d871
Refactor velocity reset (#788) 5 years ago
Daniel Agar 47624a0f02
EKF increase delta velocity process noise per axis if clipping (#663) 5 years ago
Kamil Ritz d6b6276cdc change naming from tiltOffset to pitchOffset 5 years ago
bresch 572ad2df0a SensorRangeFinder: add distBottom function to get the vertical distance 5 years ago
bresch a998da1781 terrain_estimator: initialize with valid delayed measurement 5 years ago
Mathieu Bresciani 0623b2b02d
Range check cleanup (#782) 5 years ago
Paul Riseborough 544385fd8c
EKF: Simplify centripetal accel correction (#789) 5 years ago
kamilritz 2fa43419d2 Interface: output vector quantities by "return-by-value" 5 years ago
kamilritz 72d8f91b4d Innovation getters: Add const modifier 5 years ago
Paul Riseborough 89b5c77d5d
EKF: Enable GPS flight without magnetometer (#770) 5 years ago
Mathieu Bresciani 3bd09fdcd3
EKF: fix range height sensor offset (#787) 5 years ago
TSC21 870ec380f1 elk_helper: use ISFINITE macro instead of isfinite() 5 years ago
bresch 20c3db69e4 Terrain Est: Add sensor aiding bitmask 5 years ago
bresch f38388cdab YawEst: simplify AHRS accelerometer gain computation 5 years ago
CarlOlsson ee5e3c479b ekfgsf: fix formatting 5 years ago
Mathieu Bresciani f20fc08b7d
ekf2: centralize mag covariance reset (#693) 5 years ago
kamilritz 975060d108 Add missing const modifier 5 years ago
kamilritz 7e20d9df14 Small style cleanup 5 years ago
Daniel Agar 580118e366
EKFGSF_yaw::updateEKF() R_prev copy safely (#775) 5 years ago
bresch d09473da89 Ekf control: do not set hgt mode if already set 5 years ago
bresch 13a7d53295 Ekf: correct wrong indentation 5 years ago
bresch 684737eab1 Ekf control: replace individual by global check of baro/GPS health 5 years ago
bresch 320a90d146 EKF control: extract checkVerticalAccelerationHealth logic 5 years ago
CarlOlsson 93be6ea49a EKF: dont print wrong reset message on baro timeout 5 years ago
kritz bcd3869ca2
CleanUp of the EKFGSF (#769) 5 years ago
Paul Riseborough 4669aa6312
EKF: Add Emergency yaw recovery using EKF-GSF estimator (#766) 5 years ago
Paul Riseborough 8ce285cdfa
EKF: Don't allow tilt alignment if vehicle is moving excessively (#768) 5 years ago
Mathieu Bresciani 230c865fa9
EKF: do not fuse multiple times the same height (#767) 5 years ago
Paul Riseborough b4ecfb7723
EKF: Fix sign error in earth rotation rate correction (#763) 5 years ago
Daniel Agar 4fab6057a7 EKF control height fusion add switch statement for all dist sensor types 5 years ago
Carl Olsson 3fa5f501ae
EKF: dont check gps_check_fail_status in velocity reset (#761) 5 years ago
Daniel Agar 71d4d22ae4
EKF: covariances() helper return const reference and fix code style 5 years ago
bresch 8b918563a2 ekf: fix angle wrapping in realignYawGPS 5 years ago
Daniel Agar 00872fcaa3
EKF: ImuDownSampler pass imuSample as const reference 5 years ago
bresch 81c6d6655f ekf: clean uncorrelateQuatStates function 5 years ago
bresch 90ca012705 ekf_helper: restore oridinal quaternion decorrelation 5 years ago
CarlOlsson b6420d0b79 ekf: add vehicle at rest to flags 5 years ago
Paul Riseborough 89bcebd631 EKF: Prevent covariance initialisation overwriting yaw variance 5 years ago
Paul Riseborough a3347b7e06 EKF: Use more conservative value for delta velocity bias process noise 5 years ago
Paul Riseborough 21054a4236 EKF: Fix bug causing incorrect covariance initialisation 5 years ago
kamilritz da752c9e30 Hot flow fusion fix 5 years ago
kritz ee859e092a Robustify timestamp checks (#729) 5 years ago
kamilritz f20726d47f Expand auto-format coverage and tiny style changes 5 years ago
bresch e3af91c9ce Ekf: use helper functions to centralize the checks of horizontal aiding (gps, flow, ev_pos, ev_vel) 5 years ago
kamilritz a3e1eb9d50 Checkout to matching firmware if possible 5 years ago
kamilritz f3d790a664 Update optical flow interface 5 years ago
RomanBapst cafb1400fb estimator_interface: bugfix, set range sample correctly 5 years ago
kamilritz 4b0e7b2cff Remove filtering on external vision alignment 5 years ago
kamilritz de33885658 Update setExtVisionData interface 5 years ago