163 Commits (master_rangefinder)

Author SHA1 Message Date
Peter Barker 65b00bcc2a AP_NavEKF2: stop libraries including AP_Logger.h in .h files 3 years ago
Josh Henderson d5f5a3024a AP_NavEKF2: use vector.xy().length() instead of norm(x,y) 3 years ago
Pierre Kancir d95f503a32 AP_NavEKF2: remove unecessary assignements 4 years ago
Peter Barker dec4ba86b6 AP_NavEKF2: stop using AHRS as conduit for Compass pointer 4 years ago
Andrew Tridgell 6aca0bb08a AP_NavEKF2: allow for double EKF build 4 years ago
Josh Henderson 0561637350 AP_NavEKF2: Fix #17789 core's EKF origin altitude different if flying 4 years ago
Josh Henderson d7ecd6883d AP_NavEKF2: non_GPS modes ensure EKF origin set only once and stays in sync 4 years ago
Andrew Tridgell ea6724aca5 AP_NavEKF2: don't limit baro change when we are in fixed wing mode 4 years ago
Andrew Tridgell 32b079911f AP_NavEKF2: use DAL APIs for takeoff/touchdown expected 4 years ago
Peter Barker 5dff32422d AP_NavEKF2: remove separate calls to get delta-times for vel and ang 4 years ago
Andrew Tridgell 5e72907730 AP_NavEKF2: only fuse airspeed if healthy 4 years ago
Peter Barker d600b87454 AP_NavEKF2: make logging a core concern 4 years ago
Peter Barker 400ba7a9df AP_NavEKF2: move global state to be on the stack 4 years ago
Andrew Tridgell 7313e9eb0f AP_NavEKF2: removed inhibitGps and inhibitGpsVertVel options 4 years ago
Andrew Tridgell 39ba8a8c83 AP_NavEKF2: convert to using common buffer classes 4 years ago
Andrew Tridgell 7099bb6096 AP_NavEKF2: fixed gcc 9.3 build error 4 years ago
Andrew Tridgell 16f7e51ea5 AP_NavEKF2: fixed use of pointers in ringbuffers 4 years ago
Andrew Tridgell 5f0e943f0f AP_NavEKF2: use dal reference in EKF backends 4 years ago
Andrew Tridgell bec095d661 AP_NavEKF2: support replay with external navigation data 4 years ago
Andrew Tridgell 224792b8b8 AP_NavEKF2: added optflow support for AP_DAL 4 years ago
Andrew Tridgell 6be3d19e82 AP_NavEKF2: convert to use AP_DAL for new replay structure 4 years ago
Andrew Tridgell 35e95d3328 AP_NavEKF2: reset body mag variances at key points 4 years ago
Andrew Tridgell d6dcbda0d3 AP_NavEKF2: removed duplicate compass switch check 4 years ago
Paul Riseborough da7bb44a61 AP_NavEKF2: Consolidate magnetometer timeout checks 5 years ago
Andrew Tridgell 6b9e595602 AP_NavEKF2: fixed handling of failed compass 5 years ago
Andrew Tridgell 83e5639225 AP_NavEKF2: apply min GPS accuracy at measurement point 5 years ago
Peter Barker 032b7c81e5 AP_NavEKF2: correct includes 5 years ago
Dr.-Ing. Amilcar do Carmo Lucas 83dc46d539 AP_NavEKF2: fix vertical flyaways when rangefinder stops providing data 5 years ago
Randy Mackay 989ffb79cd AP_NavEKF2: minor format fix 5 years ago
Randy Mackay 966d59a26d AP_NavEKF2: protect against ExtNav being NaN 5 years ago
chobits e64c92b322 AP_NavEKF2: use err info from ext nav interface 5 years ago
Randy Mackay 6c10655059 AP_NavEKF2: accept extnav at up to 50hz 5 years ago
chobits dee095b4a4 AP_NavEKF2: support VISION_SPEED_ESTIMATE 5 years ago
Randy Mackay f26a2a47b4 AP_NavEKF2: writeExtNavData accepts delay 5 years ago
Paul Riseborough e1f27054d5 AP_NavEKF2: Don't use geomag data when user specifies declination 5 years ago
Andrew Tridgell c83e2d7c0e AP_NavEKF2: fixed loss of GPS fusion 5 years ago
Andrew Tridgell 3edbe81b1e AP_NavEKF2: removed 2nd set of imuSampleTime_ms 5 years ago
Paul Riseborough de0040ad69 AP_NavEKF2: Enable use of EKF-GSF yaw estimate 5 years ago
Randy Mackay 8749f30c64 AP_NavEKF2: external nav pos offsets from AP_VisualOdom library 5 years ago
Randy Mackay fb7e68c53a AP_NavEKF2: writeExtNavData reset handles system time wrap 5 years ago
Peter Barker 903d81c263 AP_NavEKF2: use compass reference rather than repeatedly asking AHRS for it 5 years ago
Peter Barker 369292f7f3 AP_NavEKF2: stop relying on the presence of a RangeFinder 5 years ago
Andrew Tridgell fce4d6952f AP_NavEKF2: don't use WMM tables unless we have a compass scale factor set 5 years ago
Peter Barker 99689f65f8 AP_NavEKF2: adjust for renaming of RangeFinder files 5 years ago
Peter Barker 9735684184 AP_NavEKF2: use enum-class for RangeFinder Status 5 years ago
Peter Barker 3619856fc9 AP_NavEKF2: correct return of empty prearm string 5 years ago
Michael du Breuil a4d10b2e86 AP_NavEKF2: Allow the GPS to be responsible for logging 6 years ago
Andrew Tridgell 414d3eb670 AP_NavEKF2: don't fuse GPS when EK2_GPS_TYPE=3 6 years ago
Andrew Tridgell c57b25b4c9 AP_NavEKF2: ensure that EKF origin stays in sync on all cores 6 years ago
Andrew Tridgell 2427440e13 AP_NavEKF2: origin handling fixes from Francisco 6 years ago