1169 Commits (afd4f3f86b4d8510ff492551fc705ec53629e8b8)

Author SHA1 Message Date
kamilritz afd4f3f86b Fix typo 5 years ago
kamilritz a3706fdcef Make relative wind computation more compact 5 years ago
kamilritz b8f937666a Make mag_innov/-var a Matrix::Vector3f 5 years ago
Daniel Agar 2927132954 clang-format set BreakBeforeBraces to Linux style 5 years ago
bresch 4b746a3fca GPS Yaw: add consts and remove fusion starting message 5 years ago
bresch 2bafe9df08 GPS Yaw: wait to fuse at yaw at least once before declaring it faulty 5 years ago
bresch 51cd63d626 GPS Yaw: fall back to other yaw aiding source in case of bad data 5 years ago
bresch fe2a9d3018 GPS Yaw: move isfinite checks in control.cpp 5 years ago
bresch 3c6790f5d5 GPS Yaw: Always reset Yaw when GPS Yaw fusion is starting 5 years ago
kamilritz ff8b5ec69d Extract general functions into utils 5 years ago
Matthias Grob a296fe7d8c Move AlphaFilter out of EKF 5 years ago
Matthias Grob daec5ae608 AlphaFilter: replace isfinite with positive denominator check 5 years ago
Kamil Ritz e835bc34c4 remove inline modifier 5 years ago
Kamil Ritz 74780aa512 Refactor gps fusion commencing 5 years ago
Matthias Grob 38cbd1a182 AlphaFilter: prevent setParameters division by zero 5 years ago
RomanBapst b7d54b5477 gps: fixed filter initialization bug around gps 5 years ago
bresch 8f533cb878 terrain_estimator: fix sensor aid selection 5 years ago
bresch aa96fa6d9e Random style fixes in the code 5 years ago
Roman Bapst b3dc06d0cb Added height above ground source bitmask indicating which sensor is used 5 years ago
Paul Riseborough 59183f70ba
EKF: Reduce EKF-GSF vulnerability to large yaw gyro bias errors (#831) 5 years ago
Kamil Ritz 86fc94b75a Remove tilt align from position innovation check 5 years ago
Paul Riseborough c91c78dcf6 EKF: Allow reset of yaw to EKF-GSF later in flight 5 years ago
Daniel Agar 600240d95f EKF: resetGpsAntYaw() fix double promotion 5 years ago
Kamil Ritz 21f49c22dc Use resetQuatStateYaw during gps yaw reset 5 years ago
Carl Olsson 7f21364844
EKF: use initial wind uncertainty with no airspeed sensor (#823) 5 years ago
kritz bf78044bcd
EKF: fix initialization of local position validity 2 (#820) 5 years ago
kritz 716caa5168
Refactor position resets (#822) 5 years ago
Mathieu Bresciani 37d9cef262
ekf: disable xy accel bias learning before takeoff (#818) 5 years ago
Mathieu Bresciani 9788c3bdf2
ekf: split accel bias learning in independant xyz components (#817) 5 years ago
Paul Riseborough 19bbea75c0
Fix GPS altitude not fused if GPS checks fail and GPS is primary height source (#813) 5 years ago
kritz 24f2e60b7e
Reduce stored strings, to save flash space (#815) 5 years ago
kritz 98801ad17b
Support vision velocity expressed in body frame too (#708) 5 years ago
kritz c3de452e8e
Remove duplicate code during vision yaw reset (#810) 5 years ago
Kamil Ritz b40adf3dec Refactor velocity resets 5 years ago
kritz 03191847f9
Fix ev_pos_obs_var(1) entry (#809) 5 years ago
Kamil Ritz 440383f039 Increase matrix library usage and remove white line 5 years ago
bresch 97b437233e ekf: remove unused function 5 years ago
bresch 26d4fbc000 EKF: reduce scope of variable and remove redeclaration of member 5 years ago
bresch edc8a88c24 yaw_fusion: remove useless initialization 5 years ago
bresch 75c49b2082 ekf_helper: fuse double if 5 years ago
bresch 0e3bf2872c EKFGSF_yaw: cleanup initialization of member variables 5 years ago
Paul Riseborough cda7486897
EKF: Prevent yaw reset to GPS caused by loss of GPS data (#805) 5 years ago
kamilritz 8b6d665a13 Avoid subtraction of two uint 5 years ago
Kamil Ritz 050298f6c1 Improve matrix library usage 5 years ago
Kamil Ritz 5749273d19 refactor resetPosition 5 years ago
Paul Riseborough 8a9d961f0d
EKF: Improve covariance prediction stability (#795) 5 years ago
Matthias Grob 65a4ca9d65 AlphaFilter: merge with PX4 implementation 5 years ago
bresch 30d69aa45b Ekf: extract baro height offset computation 5 years ago
bresch 6b64cf0770 Ekf: centralize GPS height fusion startup 5 years ago
bresch 61763544b6 Ekf: centralize baro fusion startup 5 years ago