84 Commits (22ad87599c4895a3f385f557b0d388809dd4fe4a)

Author SHA1 Message Date
Julian Oes 46e207106b ekf: use `std::isfinite` instead of `isnan` 9 years ago
Paul Riseborough 874558d194 EKF: improve detection of bad vert accel data 9 years ago
Paul Riseborough 421703c267 EKF: rework initialisation of height state and offsets 9 years ago
Paul Riseborough a7417657c3 EKF: ensure fusion timeout counters are reset when required 9 years ago
Paul Riseborough 0de15b1b20 EKF: Add variables to monitor vertical position and height offset 9 years ago
Paul Riseborough b295f9050c EKF: ensure GPS check status is correctly initialised 9 years ago
Roman Bapst 00c8821006 disable airspeed fusion for now. Needs more testing and implementation of side slip fusion 9 years ago
Roman Bapst 99fc61c27c ekf2 airspeed fusion: 9 years ago
Paul Riseborough 8c55e36ca9 EKF: use common value for gravity 9 years ago
Paul Riseborough 163c08a3ac EKF: Improve output observer documentation 9 years ago
Paul Riseborough 2dcc6e2053 EKF: Improve accuracy of state prediction 9 years ago
Paul Riseborough 5bf02517a7 EKF: Rationalise use of rotation matrices and improve efficiency 9 years ago
Paul Riseborough e10093854a EKF: correct outputs for IMU offset 9 years ago
Paul Riseborough b46053415f EKF: Compensate optical flow data for sensor position offset 9 years ago
Paul Riseborough 48b105b748 EKF: correct range finder data for sensor position offset 9 years ago
Paul Riseborough e89dbb9f63 EKF: correct GPS data for antenna position offset 9 years ago
Paul Riseborough eaf94935f0 EKF: Fix bug in initialisation of height and magnetic field 9 years ago
Roman Bapst 27b894540e put airspeed fusion logic but don't actually call it yet 9 years ago
CarlOlsson f5a9afd278 moved init 9 years ago
CarlOlsson 4301e1105b added commas 9 years ago
CarlOlsson 0918fa04c7 adopted ekf.cpp 9 years ago
CarlOlsson 0fb1e0578b added function for fusing airspeed 9 years ago
Paul Riseborough c23d72ba29 EKF: Ensure filter control modes are correctly initialised 9 years ago
Paul Riseborough 9f3b1351f7 EKF: Don't initialise velocity to GPS on initial alignment 9 years ago
Paul Riseborough e334a5dc57 EKF: Add check for NaN's on attitude states 9 years ago
Paul Riseborough 6b2e2dba90 EKF: Add GPS height option and improve height recovery 9 years ago
Paul Riseborough 63b0cf4360 EKF: Fix baro height offset bug 9 years ago
Paul Riseborough 49023f3d7e EKF: fix travis build error 9 years ago
Paul Riseborough 7677a162aa EKF: Don't start the output observer before the main filter has initialised 9 years ago
Paul Riseborough c58ab3e256 EKF: Enable fallback to baro alt when using range finder for height 9 years ago
Paul Riseborough 370f643f42 EKF: Enable use of range finder for primary height source 9 years ago
Paul Riseborough cc5512905a EKF: prevent optical flow, GPS and baro fusion from blocking each other 9 years ago
Paul Riseborough ffebaf384f EKF: Set initial optical flow fusion monitor outputs to zero 9 years ago
Paul Riseborough d97d308ca7 EKF: Add control of optical flow and range finder fusion 9 years ago
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