175 Commits (f0f87be06debb086492cefdcfb65ddc8f9a8ffb3)

Author SHA1 Message Date
Andrew Tridgell 1e75bb971e AP_NavEKF2: constrain vertical error 4 years ago
Paul Riseborough b372d62f35 AP_NavEKF2: Add accessor function for body frame airspeed vector 4 years ago
Peter Barker fc7e7dcee4 AP_NavEKF2: remove unused variables 4 years ago
Peter Barker addd57dcab AP_NavEKF2: move badMagYaw onto stack 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 5f0e943f0f AP_NavEKF2: use dal reference in EKF backends 4 years ago
Andrew Tridgell 6be3d19e82 AP_NavEKF2: convert to use AP_DAL for new replay structure 4 years ago
Peter Barker 0496ecc4f6 AP_NavEKF2: remove unused state variables 4 years ago
Peter Barker 53305ba2a4 AP_NavEKF2: remove unused quat2Tbn method 4 years ago
Peter Barker 80f9ef7ed1 AP_NavEKF2: remove unused innovationIncrement and lastInnovation 4 years ago
Andrew Tridgell 35e95d3328 AP_NavEKF2: reset body mag variances at key points 4 years ago
Peter Barker 032b7c81e5 AP_NavEKF2: correct includes 5 years ago
Andy Piper e39e24bd18 AP_NavEKF2: INS get_sample_rate() renamed to get_loop_rate_hz() 5 years ago
Randy Mackay a8c2be26ba AP_NavEKF2: remove unused terrainHgtStableSet_ms 5 years ago
Randy Mackay 6c10655059 AP_NavEKF2: accept extnav at up to 50hz 5 years ago
Peter Barker b02d9abd32 AP_NavEKF2: avoid compiler warnings from -Wclass-memaccess 5 years ago
chobits dee095b4a4 AP_NavEKF2: support VISION_SPEED_ESTIMATE 5 years ago
Paul Riseborough abc821ad36 AP_NavEKF2: Split GSF yaw estimator processing 5 years ago
Andrew Tridgell c83e2d7c0e AP_NavEKF2: fixed loss of GPS fusion 5 years ago
Paul Riseborough de0040ad69 AP_NavEKF2: Enable use of EKF-GSF yaw estimate 5 years ago
Siddharth Purohit 4cca1c307c AP_NavEKF2: Primary compass is always at serial number 0 5 years ago
Randy Mackay cc5facf6d2 AP_NavEKF2: initialise pre-arm failure message 5 years ago
Randy Mackay e2d3afaaa7 AP_NavEKF2: reduce EK2_HRT_FILT max to 30 5 years ago
Paul Riseborough c26c6fd078 AP_NavEKF2: Add missing vertical position derivative calculation 5 years ago
Andrew Tridgell f7e138bddd AP_NavEKF2: use parent class for intermediate static variables 5 years ago
Andrew Tridgell 8dd2119b14 AP_NavEKF2: make it easy to do EK2 timing tests 5 years ago
Andrew Tridgell 255981c60c AP_NavEKF2: moved some of the intermediate vars to the stack 5 years ago
Andrew Tridgell 0041874826 AP_NavEKF2: moved intermediate variables to common memory 5 years ago
Andrew Tridgell 1d47f9186e AP_NavEKF2: fixed use of old irqsave() API 5 years ago
Andrew Tridgell 9372073f63 AP_NavEKF2: continuously update gpsGoodToAlign 6 years ago
Andrew Tridgell 1c4c5a6850 AP_NavEKF2: learn gyro biases for inactive gyros 6 years ago
Michael du Breuil 892b687c09 AP_NavEKF2: Fix AP_GPS.h include 6 years ago
Andrew Tridgell e9ed3540f1 AP_NavEKF2: constrain field by table after fusion 6 years ago
Andrew Tridgell 3835d2613e AP_NavEKF2: added EK2_MAG_EF_LIM parameter 6 years ago
Randy Mackay e19d638c0f AP_NavEKF2: support higher optical flow updates rates 6 years ago
Paul Riseborough aa6eee82f4 AP_NavEKF2: Rework opt flow terrain height logic 6 years ago
Arjun Vinod a0e7c37f8c AP_NavEKF2: fixed typos 6 years ago
Tom Pittenger b32e8a4424 AP_NavEKF2: remove HAL_CPU_CLASS_150 check, 150 is already a minimum requirement 6 years ago
Peter Barker ebd12b30e8 AP_NavEKF2: adjust for Location_Class and Location unification 6 years ago
Pierre Kancir 49d20364cb AP_NavEKF2: pass quaternion by const reference 6 years ago
Andrew Tridgell 8ea7df3efe AP_NavEKF2: added filter reset if unhealthy for 5s and disarmed 6 years ago
Michael du Breuil 29db069c75 AP_NavEKF2: Suppress clearing non-trival type warning 6 years ago
Andrew Tridgell 805647df85 AP_NavEKF2: enable use of in-flight compass learning 6 years ago
Peter Barker 3a79ae4eca AP_NavEKF2: use union to alias array and struct access to states 6 years ago
Peter Barker fb176b544f AP_NavEKF2: correct compilation when running MATH_CHECK_INDEXES 6 years ago
murata a9b2b9dddf AP_NavEKF2: Delete unused definitions 7 years ago
Paul Riseborough c680b931dc AP_NavEKF2: Enable fusion of external nav position data 7 years ago
Peter Barker 40957ec430 AP_NavEKF2: use ins singleton 7 years ago
Peter Barker 9c8466dc03 AP_NavEKF2: use GPS singleton 7 years ago