49 Commits (2ff338048d51bbbba1285fbe50a709b1ea51d9f6)

Author SHA1 Message Date
Paul Riseborough d5e47d21db EKF: miscellaneous comment and format changes 9 years ago
mcsauder 5fec0df70d Additional initializations required to reset complimentary filter values if the state estimate ever diverges and requires re-initiailization. 9 years ago
Paul Riseborough 36affe3cd8 EKF: Fix bug causing incorrect initial roll when inverted 9 years ago
mcsauder 342010c113 Update c style array initialization to attempt to pass Travic CI build tests. 9 years ago
mcsauder 48e80e9e3e Correct C style array initialization. 9 years ago
mcsauder ccb5736353 Spaces to tab. 9 years ago
mcsauder a4cecb1704 Match variable initialization order difference with upstream. 9 years ago
mcsauder 79d07c831f Convert spaces to tabs to match upstream. 9 years ago
mcsauder 6c96f45f08 Remove whitespace differences with upstream for pull request. 9 years ago
Paul Riseborough a711632017 EKF: Add method to fuse horizontal magnetometer data 9 years ago
mcsauder 72243c4a84 Resolve tab/space differences with upstream master. 9 years ago
mcsauder 437f6ca5fb Moved initialization to object constructors to allow C99 compiler compatibility. 9 years ago
Paul Riseborough c089079321 EKF: Split tilt and yaw align 9 years ago
Paul Riseborough aa58b3e98c EKF: Split angular alignment into tilt and yaw and use yaw and magnetic field alignment function 9 years ago
Roman ce0ddc0207 -added comments 9 years ago
Paul Riseborough 9d7340e187 EKF: Fix bugs in position and velocity resets 9 years ago
Paul Riseborough da1de2cc4d EKF: Correct for sensor noise and baro offset during alignment 9 years ago
Paul Riseborough fff2bd50f6 EKF: Fix bugs in position and velocity resets 9 years ago
Paul Riseborough 40e174b81c EKF: Correct for sensor noise and baro offset during alignment 9 years ago
Paul Riseborough 47ab5ebcdd EKF: Make PR comply with project convention for indenting 9 years ago
Paul Riseborough dbb8e12948 EKF: Add fusion method to constrain declination when unobservable 9 years ago
Paul Riseborough 3f81eb7d1b EKF: fix formatting 9 years ago
Lorenz Meier b21a49b3f9 EKF: Use standard C++ initializers 9 years ago
Roman b749a7557b fixed typos 9 years ago
bugobliterator d79e12dfa1 EKF: fix code style 9 years ago
bugobliterator b05e2d825c EKF: move estimator specific initialisations to estimator core 9 years ago
Paul Riseborough 466a104534 EKF: additional GPS check logic 9 years ago
bugobliterator a779d45cd0 ekf2: fix bug causing faulty imu data storage 9 years ago
bugobliterator 001d621eb1 EKF: move imu data processing code to estimator core 9 years ago
Paul Riseborough 46b0e9654c Add filter control logic 9 years ago
Paul Riseborough 802129f384 EKF: Add magnetometer fusion error handling 9 years ago
Paul Riseborough 39eef3a2d7 EKF: Remove use of camel case variable names 9 years ago
Roman 8d0022ab1e enable estimator state and innovations data logging 9 years ago
Roman 0b5c90574c fix delta angle bias usage: 9 years ago
Roman 2af5856361 initialise output height with baro 9 years ago
Roman a41f75ffb1 use full mag fusion 9 years ago
Roman f8354bb5e9 - do not fake vertical gps measurement as we have baro 9 years ago
Roman 2a88fc6cfd initialise vertical position correctly 9 years ago
Paul Riseborough edfb7aefcc EKF: Fix initial alignment errors 9 years ago
Lorenz Meier eda69e727f Do not print states by default 9 years ago
Roman 457a57c6ff use simple heading fusion 9 years ago
Roman 5e5d6f432a added static gps mode and init mag state correctly 9 years ago
Lorenz Meier e8273208d7 EKF: Remove excessive verbosity 9 years ago
Roman Bapst d233ca3990 added complementary filter for real time state estimation 9 years ago
Roman Bapst 67646a15b0 added full mag fusion 9 years ago
Roman 8de8b0eb76 prediction and vel pos heading fusion working 9 years ago
Roman cfc39bc2f9 implemented prediction of states and covariance matrix 9 years ago
Roman Bapst 144aa9c461 added base class for data storage 9 years ago
Lorenz Meier e5743d503c Initial import 9 years ago