519 Commits (2559964f0468f050d43894dd34c2175d9a216931)

Author SHA1 Message Date
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 d599fa588e AP_NavEKF: Don't allow EKF to initialise without GPS lock if we are a plane 10 years ago
priseborough 2f0b1b3d9c AP_NavEKF: Fix bug preventing use of optical flow without GPS 10 years ago
Andrew Tridgell 16affe51be AP_NavEKF: avoid an extra quaternion copy 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 e6474d676e AP_NavEKF: Report correct horiz vel sol'n status during optical flow nav 10 years ago
priseborough 75201c8968 AP_NavEKF: Prevent divide by zero casued by Tnb_flow.c.z = 0 10 years ago
priseborough 8d3940ce1b AP_NavEKF: Improved use of enumerated type for aiding mode 10 years ago
priseborough 76d1378962 AP_NavEKF: Fix compiler warning messages 10 years ago
priseborough 3e3dd9d695 AP_NavEKF: Fix parenthesis error in EKF status reporting and clean up logic 10 years ago
priseborough c06f6e105e AP_NavEKF: Consistent initialisation of tuning parameters and variables 10 years ago
priseborough f1dfa282dc AP_NavEKF: Consolidate constant velocity mode decision logic 10 years ago
priseborough 9caf2ac895 AP_NavEKF: Make reversion to no GPS mode unambiguous 10 years ago
priseborough 58e9dd5dcd AP_NavEKF: Enumerate Position and Velocity aiding status 10 years ago
priseborough b016bae445 AP_NavEKF: Clean up reset of constant velocity mode 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 48cae0df15 AP_NavEKF: Fall back to attitude and hgt estimation for copter if GPS lost 10 years ago
priseborough b21f9daa90 AP_NavEKF: Update solution status reporting 10 years ago
priseborough b6d300db19 AP_NavEKF: clean up determination of GPS availability 10 years ago
priseborough 40b02fc19a AP_NavEKF: Ensure filter doesn't try to use GPS after initialisation 10 years ago
priseborough bab1a69f1c AP_NavEKF: make position and velocity resets consistent with GPS usage 10 years ago
priseborough 0dc2356175 AP_NavEKF: Ensure initialisation methods read required sensor data 10 years ago
priseborough 5d1de79f08 AP_NavEKF: Modify initial values to make startup behaviour more consistent 10 years ago
priseborough a63af34d8f AP_NavEKF: Allow 10 seconds for the filter to settle after initialisation 10 years ago
priseborough 0a5de21dc7 AP_NavEKF: Fix bug in reporting of solution status 10 years ago
priseborough 92c3026072 AP_NavEKF: Link process noise to arm status, not pos hold mode 10 years ago
priseborough a535b73a6d AP_NavEKF: Initialise timeout status to true 10 years ago
priseborough 363c1e393d AP_NavEKF: Latch use of position hold mode for duration of flight 10 years ago
priseborough a0a6c0362f AP_NavEKF: Relax timeout check applied to optical flow data 10 years ago
priseborough 5bd4ee9715 AP_NavEKF: Use compensation for baro delay in position hold mode 10 years ago
priseborough 4dc1ee2d66 AP_NavEKF: Rename static mode to avoid confusion with other non-GPS modes 10 years ago
priseborough b160f4c03b AP_NavEKF: Compensate optical flow fusion for GPS glitch recovery offset 10 years ago
priseborough e4c969084d AP_NavEKF: Improve behaviour recovering from a GPS timeout 10 years ago
priseborough 6eb533121c AP_NavEKF: Add static mode to solution status message 10 years ago
priseborough 5c3a56a087 AP_NavEKF: Fix error in comments 10 years ago
priseborough 3891dada78 AP_NavEKF: remove unnecessary function 10 years ago
priseborough a16253796f AP_NavEKF: Fix bug preventing the non-GPS mode being selected externally 10 years ago
priseborough a42100e4c5 AP_NavEKF: Improved handling of no GPS 10 years ago
priseborough 73a06cd0c1 AP_NavEKF: Fix bug causing magnetic field state learning to be forgotten 10 years ago
priseborough bf89c56e54 AP_NavEKF: Fix comments error in description of flow sensor sign conventions 10 years ago
priseborough 4eb19c2324 AP_NavEKF: Rationalise health status reporting 10 years ago
priseborough 78b30e4ce5 AP_NavEKF: Increase rate at which GPS glitch offsets are reduced for planes 10 years ago
priseborough f2c506339a AP_NavEKF: Reduce time required to recover from GPS timeouts 10 years ago
priseborough f73816dbb5 AP_NavEKF: Improve robustness to long periods without GPS 10 years ago
priseborough 3afde0061f AP_NavEKF: Use named states for velocity reset 10 years ago
priseborough f6ce25df2a AP_NavEKF: Do not reset vertical velocity state from GPS 10 years ago
Randy Mackay e581e81da5 AP_NavEKF: reorder declation to fix compiler warning 10 years ago