638 Commits (2a36c32cf3906eadbdc16e710dba8107f2973b34)

Author SHA1 Message Date
Andrew Tridgell d5da9fcca6 AP_NavEKF: fixed build warnings 10 years ago
Andrew Tridgell efd958f0b0 AP_NavEKF: rename file to remove spaces 10 years ago
Andrew Tridgell 411a96b4b3 AP_NavEKF: take at most 30s to accept DCM attitude 10 years ago
Andrew Tridgell 92c4c5cbcf AP_NavEKF: change using_gps threshold to 4s 10 years ago
Paul Riseborough 69ca654194 AP_NavEKF: Update declination when we know our location 10 years ago
Paul Riseborough c1c5e3598a AP_NavEKF: Enforce alignment of realigned earth mag field with declination 10 years ago
Paul Riseborough b1d8805114 AP_NavEKF: Reduce takeoff detection sensitivity 10 years ago
Andrew Tridgell 6154db5cf8 AP_NavEKF: added using_gps status bit 10 years ago
Tom Pittenger e987173ffb AP_NavEKF: float to double promotion via tan instead of tanf 10 years ago
Paul Riseborough bd91b9727f AP_NavEKF: Add pre-arm check for horizontal inertial errors 10 years ago
Paul Riseborough cb59570938 AP_NavEKF: Remove bug preventing external selection of optical flow mode 10 years ago
Tom Pittenger 2deb0e08ea AP_NavEKF: replace fabs() with fabsf() 10 years ago
Paul Riseborough a232606fc9 AP_NavEKF: Prevent EKF yaw errors due to fast yaw spins 10 years ago
Paul Riseborough 08382373f1 AP_NavEKF: Reduce likelihood of in-air switch to GPS with a bad heading 10 years ago
Jonathan Challinger 142e018a18 AP_NavEKF: fix bug causing takeoff to fail 10 years ago
Andrew Tridgell a140a5e77f AP_NavEKF: revert AP_Math class change 10 years ago
Tom Pittenger 9b53961a7d AP_NavEKF: compiler warnings: float to double 10 years ago
Tom Pittenger 3276eec30e AP_NavEKF: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago
Andrew Tridgell c4d6f9d040 AP_NavEKF: fix for HAL_SITL rename 10 years ago
Andrew Tridgell ce0a863d01 AP_NavEKF: allow for optimisation of the EKF 10 years ago
Paul Riseborough be04be9b43 AP_NavEKF: Fix bug preventing home position being set by copter 10 years ago
Randy Mackay fb7e75594f AP_NavEKF: replace memset with quaternion.initialise 10 years ago
Randy Mackay c366fbbc96 AP_NavEKF: remove unused haveDeltaAngles 10 years ago
Paul Riseborough b71b8f4bda AP_NavEKF: Always return a NED relative position if possible 10 years ago
Paul Riseborough 20ba1e6b1b AP_NavEKF: Always return a WGS-84 location if possible 10 years ago
Paul Riseborough dd1e0b2f0b AP_NavEKF: Add missing function to return the NED to XYZ quaternion 10 years ago
Paul Riseborough 2c4572eb50 AP_NavEKF: Make ground effect variable names more descriptive 10 years ago
Paul Riseborough 3986851c51 AP_NavEKF: Prevent Z accel bias changing during ground effect takeoff 10 years ago
Paul Riseborough 2cba60c731 AP_NavEKF: Decouple takeoff ground effect compensation from arm transtion 10 years ago
Paul Riseborough c4c0f819b5 AP_NavEKF: Ensure Covariance initialisation uses correct IMU time step 10 years ago
Paul Riseborough 5dc29699ab AP_NavEKF: Publish the INS delta quaternion 10 years ago
Paul Riseborough d273302ce7 AP_NavEKF: Improve rate of accel bias learning before flight 10 years ago
Paul Riseborough 8dc6354a54 AP_NavEKF: Prevent touchdown baro errors tripping height innovation check 10 years ago
Jonathan Challinger 2f38dd1b67 AP_NavEKF: use quaternion functions to apply IMU delta angles 10 years ago
Jonathan Challinger 9c374eb4a8 AP_NavEKF: apply constrained floor to barometer innovation while landing 10 years ago
Jonathan Challinger 3c6446fadd AP_NavEKF: refactor meaHgtAtTakeOff filter 10 years ago
Paul Riseborough 744de74c16 AP_NavEKF: Reduce ground effect baro induced height errors during takeoff 10 years ago
Paul Riseborough 13616d6436 AP_NavEKF: Add takeoff and touchdown expected to reported filter status 10 years ago
Jonathan Challinger 8c92524b8a AP_NavEKF: add takeoffExpected and touchdownExpected 10 years ago
Jonathan Challinger b6b55bf6f2 AP_NavEKF: integrate gravity over correct time period 10 years ago
Jonathan Challinger cb0c424da1 AP_NavEKF: rewrite readIMUData 10 years ago
Andrew Tridgell 514c349060 AP_NavEKF: raise DCM error_rp threshold to 0.05 10 years ago
Randy Mackay fdf226ebc1 AP_NavEKF: include AP_RangeFinder.h 10 years ago
Tom Pittenger a340d13d01 NavEKF: fix compile warning re member init order 10 years ago
Tom Pittenger d6b34209b5 NavEKF: fix compile warnings re float constants 10 years ago
Randy Mackay b05bdd657d AP_NavEKF: getHeightControlLimit modifies height on success 10 years ago
Paul Riseborough cf04600710 AP_NavEKF: Add public function to limit height control during OF nav 10 years ago
Paul Riseborough 68b225de4d AP_NavEKF: Prevent pre-arm baro drift affecting mag field reset height 10 years ago
Paul Riseborough c2e6fdb56c AP_NavEKF: Reduce effect of noisy baro data on baro height offset estimate 10 years ago
Paul Riseborough fd7fdc1ad9 AP_NavEKF: Remove unnecessary state resets on arm and disarm 10 years ago