659 Commits (aa7389b455bf6a7455e2e209188a0a984ccafe1b)

Author SHA1 Message Date
Randy Mackay ec2bc5e41d NavEKF: use maxf when retrieving vibration levels 10 years ago
Randy Mackay 629a5fd714 NavEKF: IMUSwitchState enum 10 years ago
Randy Mackay c179ed5253 NavEKF: IMU ratio set to primary accel when neither IMU is used 10 years ago
Paul Riseborough 559cc29635 AP_NavEKF: Add hysteresis to IMU switching logic 10 years ago
Paul Riseborough 12e884ba6b AP_NavEKF: Modify method used to check for vibration errors 10 years ago
Randy Mackay 0b981d38e8 NavEKF: incorporate use_gyro and use_accel 10 years ago
Randy Mackay 8b17d32994 NavEKF: check baro health before consuming 10 years ago
Gustavo Jose de Sousa f7fd9e3d99 AP_NavEKF: standardize inclusion of libaries headers 10 years ago
Randy Mackay 0acfcbfa81 NavEKF: use primary compass instead of first instance 10 years ago
Paul Riseborough 610595bfb9 AP_NavEKF: Prevent position drift between arming and takeoff when using OF 10 years ago
Paul Riseborough 8b4b0b9576 AP_NavEKF: Add accelerometer clip monitoring and isolation 10 years ago
Paul Riseborough 4fb7beba4b AP_NAvEKF: Prevent failure due to magnetometer fusion numerical errors 10 years ago
Andrew Tridgell 686b1137fa AP_NavEKF: added vehicle specific initial gyro bias uncertainty 10 years ago
Randy Mackay 9f17fc17ab NavEKF: update parameter descriptions 10 years ago
Paul Riseborough 87e6a24154 AP_NavEKF: Add public method to reset EKF height datum and baro alt 10 years ago
Paul Riseborough e3ccb74e12 AP_NavEKF: Publish amount of in-flight yaw angle reset 10 years ago
Paul Riseborough 6ba8cd05ff AP_NavEKF: Fix bug preventing GPS vertical velocity being used 10 years ago
Andrew Tridgell c9988d8b37 AP_NavEKF: rely on delta_velocity and delta_angles always being available 10 years ago
Andrew Tridgell a115182041 AP_NavEKF: fixed minimum deltat to be 100us 10 years ago
Andrew Tridgell c221959d5a AP_NavEKF: fixed corrected del velocity to use both accels 10 years ago
Paul Riseborough d3f83e8ec6 AP_NavEKF: Improve gyro bias learning rate for plane and rover 10 years ago
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