281 Commits (0831c158f24b0a85f436eb539129c550902c418e)

Author SHA1 Message Date
kamilritz 1bf09fd370 Remove EKF prefix from logged messages 5 years ago
kamilritz 181303488c Log height innovation sensor specific 5 years ago
kamilritz f32fce28a3 Fix gps vertical observation variance 5 years ago
kamilritz ecd199d5d0 Fix vel pos test ratio 5 years ago
kamilritz 2df2dede2f Fix variance vs stdDev bug 5 years ago
kamilritz 07e804676c Rename IMU biases 5 years ago
kamilritz dae8c2f8dc Group velocity and position as a 3d vector 5 years ago
kamilritz 5c038a3b43 Add stop*Fusion function 5 years ago
kamilritz 86b9079bdc Refactoring velPos fusion 5 years ago
Mathieu Bresciani c7bdf25663
[ekf] controlMagFusion refactor and mag field strength check (#662) 5 years ago
RomanBapst 16d1e15b51 addressed review comments 5 years ago
RomanBapst 00f49e62c2 cleanup checks of range finder data 5 years ago
bresch b38458c2ab Terrain estimator: formatting and remove redundant comments 5 years ago
bresch e09e3e17a1 control: rename _range_aid_enabled to _is_range_aid_suitable 5 years ago
bresch fac69d07a3 control: refactor rangeAidConditionsMet function 5 years ago
Paul Riseborough eae6e8f19c EKF: Fix on ground yaw drift when using EKF2_MAG_TYPE = 4 5 years ago
RomanBapst 4e946d5bcb implemented synthesized magnetometer Z measurement 5 years ago
kritz 4a38f5a2f6 Add timestamp to ECL print statements, (#644) 5 years ago
kamilritz 83eb326076 Missing posNED 5 years ago
kamilritz 4f6ca3a74c Replace rest of spaces with tabs 5 years ago
kamilritz 4511b9ff5e Add missing checks for flags.ev_vel 5 years ago
kamilritz e7d927c899 Stop using bad GPS when we have vision velocity 5 years ago
kamilritz 4b30de587f Make vel_pos innov gate variable name clearer 5 years ago
kamilritz 4237d7ccd7 Improve external vision position fusion 5 years ago
kamilritz 3e8139ff9f Enable vision velocity fusion 5 years ago
Andreas Antener 4f19d457c4 ekf, control: make sure mag fusion doesn't start anymore when we have GPS heading fusion active 6 years ago
Jan Brehmer 93eb1266f6 EKF: reset position when stopping GPS use and EV is active 6 years ago
Nico van Duijn 933189eac0 EKF: fix rng_faulty flag when sensor is stuck 6 years ago
Nico van Duijn a12186c285 terrain_estimator: introduce quality metric in rng 6 years ago
bresch 3b32ee4166 Flow aiding - Reset state when flow is enabled only if it is the only 6 years ago
kamilritz 933c32c921 Enable local frame alignment also without using it 6 years ago
Paul Riseborough a036cf82cc EKF: Remove use of of quaternion self product operator and fix delta rotation sign 6 years ago
Paul Riseborough 7612fa40ed EKF: Don't start using GPS for height until all validity checks have passed 6 years ago
Roman c085d7295d addressed review comments 6 years ago
Roman fbb51147b7 implemented use of optical flow for terrain estimation 6 years ago
Mohammed Kabir 3f691891c4 EKF: control: stop vision yaw fusion on timeout 6 years ago
Martina c4492b17c1 do not reset yaw if vehicle on ground 6 years ago
Paul Riseborough f97f0b6ea3 EKF: Remove unnecessary code 6 years ago
Paul Riseborough 43b5e26fe4 EKF: Fix bug causing continual yaw reset when EKF2_MAG_TYPE = 2 6 years ago
Roman f95cd4b358 ground effect: removed dependency on local position 6 years ago
CarlOlsson 938c8ad9ad EKF: use hagl estimate if valid for when to trigger yaw reset on takeoff 6 years ago
Carl Olsson f0889c1760 EKF: fixed some comment typos 6 years ago
CarlOlsson 2b17ced405 EKF: Clean up use of magnetometer declination. Before the innovation was not zero in fuseDeclination() 6 years ago
Paul Riseborough dd58e69549 EKF: Ensure FW yaw alignment method is used on first in-air reset 6 years ago
Paul Riseborough fe378fd761 EKF: Prevent unwanted declination fusion when re-starting 3-axis fusion 6 years ago
Paul Riseborough bd1647a7fb EKF: Rework use of fuseDeclination() 6 years ago
Paul Riseborough d52f53635b EKF: Save mag field covariance data before reset 6 years ago
Paul Riseborough 708c79eb8f EKF: Ensure mag field state covariance data is always available for re-use 6 years ago
Paul Riseborough 8839e4e1f4 EKF: Don't discard declination certainty information when resuming 3-axis fusion. 6 years ago
Paul Riseborough 25148e1b45 EKF: Prevent rapid changes in declination estimate after a reset 6 years ago