172 Commits (b6b55bf6f2487fddaaf71171e3c0affa9c087e7a)

Author SHA1 Message Date
Jonathan Challinger cb0c424da1 AP_NavEKF: rewrite readIMUData 10 years ago
Randy Mackay fdf226ebc1 AP_NavEKF: include AP_RangeFinder.h 10 years ago
Paul Riseborough cf04600710 AP_NavEKF: Add public function to limit height control during OF nav 10 years ago
Paul Riseborough 68b225de4d AP_NavEKF: Prevent pre-arm baro drift affecting mag field reset height 10 years ago
Paul Riseborough e48171ab11 AP_NavEKF: Improve takeoff with optical flow and range data loss 10 years ago
Paul Riseborough 6c4c54c2ba AP_NavEKF: Use default on ground range parameter from range finder object 10 years ago
Paul Riseborough 1c8e3f9444 AP_NavEKF: Allow EKF to pull data from range finder object 10 years ago
Paul Riseborough 1008c6390c AP_NavEKF: Fail absolute position status if GPS repeatedly rejected 10 years ago
Paul Riseborough d3f4b4a02b AP_NavEKF: Fix name consistency for data check time stamps 10 years ago
Paul Riseborough 4fbdab27ff AP_NavEKF: Use range finder for primary hgt ref in opt flow mode 10 years ago
Paul Riseborough c57e25142c AP_NavEKF: Update optical flow fusion maths to reduce height errors 10 years ago
Paul Riseborough 10f050c53b AP_NavEKF: Prevent baro drift causing toilet bowling 10 years ago
Paul Riseborough d4c60ca956 AP_NavEKF: Fix bug preventing reset of velocity after OF fusion timeout 10 years ago
Jonathan Challinger 95cd3480ec AP_NavEKF: review all uses of dtIMU and use dtIMUactual where necessary 10 years ago
Paul Riseborough 5d0952ba23 AP_NavEKF: eliminate onGndBaroNoise 10 years ago
Paul Riseborough 5c1a226bef AP_NavEKF : Improvements to pre-arm IMU bias estimation 10 years ago
Paul Riseborough a1351e73ab AP_NavEKF : Compensate mag bias states for external copass offset changes 10 years ago
Paul Riseborough 14795719f6 AP_NavEKF: Add public function for estimated magnetometer offsets 10 years ago
Paul Riseborough b9b6938b1d AP_NavEKF: Add ability to start using GPS in-flight 10 years ago
Paul Riseborough 8c2029d896 AP_NavEKF: Accel bias learning improvements 10 years ago
Paul Riseborough 70afcd7e70 AP_NavEKF: Add second stage alignment of yaw and earth field states 10 years ago
Paul Riseborough ed9c05cf2a AP_NavEKF: Remove logic used to delay fusion for load levelling 10 years ago
Paul Riseborough c0d23ffc30 AP_NavEKF: Filter accuracy and stability improvements 10 years ago
Jonathan Challinger de1f7f5e63 AP_NavEKF: use published delta velocities and delta angles if available 10 years ago
priseborough 3421a320b5 AP_NavEKF: Compensate for ground effect when takeoff or landing expected 10 years ago
priseborough 9a797a5d49 AP_NavEKF: Use GPS reported speed accuracy if available 10 years ago
Andrew Tridgell 3289d38339 AP_NavEKF: make the init functions return bool 10 years ago
Randy Mackay 230ca583d1 NavEKF: support sending EKF_STATUS_REPORT 10 years ago
Grant Morphett 4860c84dff AP_NavEKF: Changes to fix the warnings in rover sitl build. 10 years ago
priseborough 5df733a883 AP_NavEKF: Allow flight transition to optical flow mode if GPS is lost 10 years ago
Andrew Tridgell ef5cdb0d6c AP_NavEKF: use more array bounds checked variables 10 years ago
priseborough 3d46680348 AP_NavEKF: Make NED origin independent of home position 10 years ago
priseborough 7d1cd604a8 AP_NavEKF: Report last known position when GPS is lost 10 years ago
Randy Mackay f4d8bc586c Nav_EKF: getFilterStatus returns nav_filter_status struct 10 years ago
priseborough 2f5aa210ce AP_NavEKF: Enable recovery from extended flow measurement rejection 10 years ago
priseborough 9f4baaa865 AP_NavEKF: Update flow debug logging 10 years ago
priseborough 8d1dae3ac1 AP_NavEKF: Improve optical flow terrain height estimation 10 years ago
priseborough 69e86d3ea4 AP_NavEKF: Update EKF optical flow data logging 10 years ago
priseborough b651eac48d AP_NavEKF: Apply timeout to terrain offset validity reporting 10 years ago
priseborough 8d3940ce1b AP_NavEKF: Improved use of enumerated type for aiding mode 10 years ago
priseborough c06f6e105e AP_NavEKF: Consistent initialisation of tuning parameters and variables 10 years ago
priseborough 58e9dd5dcd AP_NavEKF: Enumerate Position and Velocity aiding status 10 years ago
priseborough 3d207c316a AP_NavEKF: Change names for position and velocity hold modes 10 years ago
priseborough b650ee51a9 AP_NavEKF: Consolidate arming checks 10 years ago
priseborough a63af34d8f AP_NavEKF: Allow 10 seconds for the filter to settle after initialisation 10 years ago
priseborough 363c1e393d AP_NavEKF: Latch use of position hold mode for duration of flight 10 years ago
priseborough 4dc1ee2d66 AP_NavEKF: Rename static mode to avoid confusion with other non-GPS modes 10 years ago
priseborough e4c969084d AP_NavEKF: Improve behaviour recovering from a GPS timeout 10 years ago
priseborough 3891dada78 AP_NavEKF: remove unnecessary function 10 years ago
priseborough a42100e4c5 AP_NavEKF: Improved handling of no GPS 10 years ago