34 Commits (master)

Author SHA1 Message Date
Paul Riseborough 5b1d9ed868 AP_NavEKF3: Add missing vertical position derivative calculation 5 years ago
Randy Mackay 0e1a2efb7c EKF3: RNG_USE_HGT param only used when ALT_SOURCE = rangefinder 5 years ago
Andrew Tridgell fc65e04ef2 AP_NavEKF3: fixed baro innovation gate when on ground with AIDING_NONE 6 years ago
Andrew Tridgell 634db441f8 AP_NavEKF3: origin handling fixes from Francisco 6 years ago
Andrew Tridgell 92783bccfa AP_NavEKF3: don't allow height datum reset when not on ground 6 years ago
Andrew Tridgell 3f9e48951b AP_NavEKF3: set terrainState to zero on height datum reset 6 years ago
Andrew Tridgell f3fc910abe AP_NavEKF3: continuously update gpsGoodToAlign 6 years ago
Andrew Tridgell b9a5794671 AP_NavEKF3: ensure that both AMSL and relative alt are correct after a reset 6 years ago
Michael du Breuil b624f6f008 AP_NavEKF3: Reduce scope of AP_Baro.h 6 years ago
Michael du Breuil be74b631fe AP_NavEKF3: Fix AP_GPS.h include 6 years ago
Arjun Vinod f382a657bd AP_NavEKF3: fixed typos 6 years ago
Tom Pittenger 55377b234f AP_NavEKF3: remove HAL_CPU_CLASS_150 check, 150 is already a minimum requirement 6 years ago
Peter Barker 7b1a906c4e AP_NavEKF3: use baro singleton 7 years ago
Peter Barker 5dc714bf5f AP_NavEKF3: use GPS singleton 7 years ago
priseborough c96bc54254 AP_NavEKF3: correctly use wheel odometry speed for pitched rovers 7 years ago
priseborough ee6b43aabf AP_NavEKF3: Fix bugs in use of wheel encoder data 7 years ago
Peter Barker 63440800fc AP_NavEKF3: use rangefinder backend accessors 8 years ago
priseborough 2310cb6d19 AP_NavEKF3: Enable external control over use of GPS vertical velocity 8 years ago
priseborough c7f6d52065 AP_NavEKF3: Add wheel encoder odometry 8 years ago
priseborough 08a3f55c90 AP_NavEKF3: Fix error in scaling of observation error 8 years ago
Peter Barker 93e09c51d3 AP_NavEKF3: eliminate GCS_MAVLINK::send_statustext_all 8 years ago
priseborough a1c117360c AP_NavEKF3: Ensure Kalman gain calculatons respect deactivated states 8 years ago
priseborough 9da3caca47 AP_NavEKF3: Improve GPS reference height estimator 8 years ago
murata 46cba2c970 libraries: Delete the setting value for specific editor. 8 years ago
priseborough fb7104f4e3 AP_NavEKF3: add fusion method for body frame odometry data 8 years ago
Jonathan Challinger c7a73e84d6 AP_NavEKF3: apply height innovation floor only when barometer is in use 8 years ago
priseborough 01551a4423 AP_NavEKF3: handle position jump caused by change in GPS receiver 8 years ago
Randy Mackay 3f6a734a71 AP_NavEKF3: only use downward facing rangefinder 8 years ago
priseborough 2e5ac40ef6 AP_NavEKF3: remove unnecessary stdio includes 8 years ago
priseborough 8688d1ddac AP_NavEKF3: Improve range finder selection logic 8 years ago
priseborough 7c53573a0c AP_NavEKF3: Allow range beacon use with intermittent GPS 8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas d408d25f92 More spelling stuff 8 years ago
priseborough cd6fd0ea45 AP_NavEKF3: Improvements to range finder selection logic 8 years ago
priseborough 39969e7d8e AP_NavEKF3: added EKF3 for EKF experimentation 8 years ago
priseborough 69f3c83c20 AP_NavEKF2: Don't use speed switch criteria when speed estimate is invalid 8 years ago
priseborough 14a0155f5e AP_NavEKF2: Allow threshold speed for range finder use to be adjusted 8 years ago
priseborough ef03a85cd3 AP_NavEKF2: add range beacon interface and fusion method 8 years ago
priseborough f6021c959d AP_NavEKF2: capture and publish vertical position reset deltas 8 years ago
Andrew Tridgell 82365f8670 AP_NavEKF2: save some memory in the position offsets in EKF2 8 years ago
priseborough 1890bbdafa AP_NavEKF2: Don't correct GPS for zero position offset 8 years ago
priseborough f025c96e63 AP_NavEKF2: Don't correct range finder for zero position offset 8 years ago
priseborough 16f021c466 AP_NavEKF2: Correct range finder data for body frame position offset 8 years ago
priseborough e884e9cc6e AP_NavEKF2: Correct GPS data for antenna body frame offset 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
priseborough cb1d3c7ed2 AP_NavEKF2: Allow for terrain gradient when using range finder for height 9 years ago
priseborough e6f36f04db AP_NavEKF2: Enable automatic use of range finder height 9 years ago
priseborough 9a23152ee4 AP_NavEKF2: Fix bugs and consolidate aiding switch logic 9 years ago
Jonathan Challinger 3382e09580 AP_NavEKF2: add height constraint during takeoff 9 years ago
Paul Riseborough 24d8cc62e2 AP_NavEKF2: rework yaw and magnetic heading reset logic 9 years ago
Paul Riseborough 66e4d9d6e8 AP_NavEKF2: Reset co-variance values when doing a pos,vel,hgt reset 9 years ago