96 Commits (3517ab9c45da0e7d0f97dd39eff8752aa210b561)

Author SHA1 Message Date
Harshit Kumar Sankhla edc3709653 AP_NavEKF3: implement sensor affinity using EK3_AFFINITY parameter 5 years ago
Randy Mackay 46a7e96c48 AP_NavEKF3: readRngBcnData avoids array overflow from beacon count 5 years ago
Randy Mackay b86e16e927 AP_NavEKF3: readRngBcnData gets minor formatting fix 5 years ago
Randy Mackay 384029d278 AP_NavEKF3: rngBcnDataNew made local 5 years ago
Randy Mackay 8c877f02af AP_NavEKF3: shrink beacon arrays and add assert 5 years ago
Randy Mackay 6bf2057712 AP_NavEKF3: minor formatting fixes 5 years ago
Randy Mackay 4c40d2ac3f AP_NavEKF3: readyToUseBodyOdm uses delayed imu and wheel encoder timestamps 5 years ago
Randy Mackay 056a2de260 AP_NavEKF3: wheelOdmDataNew member made local 5 years ago
Andrew Tridgell 44d5a923cc AP_NavEKF3: apply min GPS accuracy at measurement point 5 years ago
chobits c722367c6c AP_NavEKF3: move extNavVelNew to local variable 5 years ago
Peter Barker 6b701ae3b3 AP_NavEKF3: correct includes 5 years ago
Paul Riseborough 9a4108f55e AP_NavEKF3: Simplify setting EK3_MAG_CAL 5 years ago
Paul Riseborough 8ff6780323 AP_NavEKF3: Clarify distinct use cases for 'takeoff expected' 5 years ago
Paul Riseborough d1a0c2eb30 AP_NavEKF3: Start EKF-GSF yaw estimator before fixed wing takeoff 5 years ago
Dr.-Ing. Amilcar do Carmo Lucas fca8d33c50 AP_NavEKF3: fix vertical flyaways when rangefinder stops providing data 5 years ago
Randy Mackay ca0ae57b56 AP_NavEKF3: protect against position-delta sensor data being NaN 5 years ago
Randy Mackay 331f2f5fe7 AP_NavEKF3: writeExtNavData stores pos to buffer first 5 years ago
Randy Mackay 578800dfbb AP_NavEKF3: protect against ExtNav being NaN 5 years ago
chobits 9b448b83c0 AP_NavEKF3: use err info from ext nav interface 5 years ago
Randy Mackay 0f212ca727 AP_NavEKF3: accept extnav at up to 50hz 5 years ago
chobits c7817eaca1 AP_NavEKF3: support VISION_SPEED_ESTIMATE 5 years ago
Randy Mackay ef02942459 AP_NavEKF3: writeBodyFrameOdom accepts delay 5 years ago
Randy Mackay c28fd27b02 AP_NavEKF3: writeExtNavData accepts delay 5 years ago
Randy Mackay 45e6896d95 AP_NavEKF3: ensure extnav angle error is at least 5deg 5 years ago
Andrew Tridgell 5350ea5c58 AP_NavEKF3: avoid build warnings with g++ 9 5 years ago
priseborough c5e465aec9 AP_NavEKF3: add external nav system support 5 years ago
Paul Riseborough ad5ae1813d AP_NavEKF3: Don't use geomag data when user specifies declination 5 years ago
Andrew Tridgell 216935c1f2 AP_NavEKF3: fixed loss of GPS fusion 5 years ago
Paul Riseborough 863f989130 AP_NavEKF3: Fix integration of GPS yaw options 5 years ago
Paul Riseborough 410b5825fb AP_NavEKF3: Enable use of EKF-GSF yaw estimate 5 years ago
Peter Barker 87108b86c8 AP_NavEKF3: add documentation for XKFM message 5 years ago
Andrew Tridgell 1f8cd830ea AP_NavEKF3: fixed use of tabs 5 years ago
Paul Riseborough eeac0a05b9 AP_NavEKF3: Improvements to on ground movement check 5 years ago
Paul Riseborough ebb8bb4f6f AP_NavEKF3: Enable use of yaw fusion before external yaw sensor starts 5 years ago
Andrew Tridgell 6f04fae4a0 AP_NavEKF3: added fallback to mag option with external yaw 5 years ago
Peter Barker 4c19eb4bab AP_NavEKF3: use compass reference rather than repeatedly asking AHRS for it 5 years ago
Peter Barker 4431d01230 AP_NavEKF3: stop relying on the presence of a RangeFinder 5 years ago
Andrew Tridgell c6aad9b1ec AP_NavEKF3: don't use WMM tables unless we have a compass scale factor set 5 years ago
Peter Barker fe8599d6d7 AP_NavEKF3: adjust for renaming of RangeFinder files 5 years ago
Peter Barker 11b372a986 AP_NavEKF3: use enum-class for RangeFinder Status 5 years ago
Randy Mackay b4a8691a9e AP_NavEKF3: remove wheel encoder update limit 5 years ago
Jaaaky 54f8e1137e AP_NavEKF3: added EK3_MAG_EF_LIM parameter 5 years ago
Andrew Tridgell c2067d5bc2 AP_NavEKF3: set a min yaw accuracy from GPS of 5 degrees 5 years ago
Peter Barker 1c187d8feb AP_NavEKF3: correct return of empty prearm string 5 years ago
Michael du Breuil 9a7d64e8fc AP_NavEKF3: Allow the GPS to be responsible for logging 6 years ago
Andrew Tridgell 451fe840ee AP_NavEKF3: ensure that EKF origin stays in sync on all cores 6 years ago
Andrew Tridgell b56914b879 AP_NavEKF3: use GPS yaw if available and enabled 6 years ago
priseborough 977a7b68ed AP_NavEKF3: Add push to buffer for external yaw sensor data 6 years ago
priseborough 87c7649d09 AP_NavEKF3: Add interface for yaw angle measurements 6 years ago
Andrew Tridgell 634db441f8 AP_NavEKF3: origin handling fixes from Francisco 6 years ago