662 Commits (45c5979999241f1ed5f29ba0d5e7c0e30ada2f49)

Author SHA1 Message Date
Paul Riseborough 5f24603ceb AP_NavEKF: Publish small EKF quaternion and gyro bias outputs 10 years ago
Andrew Tridgell 4c8b663200 AP_NavEKF: added initial version of SmallEKF 10 years ago
Andrew Tridgell 850af14949 AP_NavEKF: raise EKF_POS_GATE and EKF_GLITCH_RAD for planes 10 years ago
priseborough 5df733a883 AP_NavEKF: Allow flight transition to optical flow mode if GPS is lost 10 years ago
priseborough 04810c012d AP_NavEKF: Increase flow data valid timeout to handle arming delays 10 years ago
priseborough 073b8e7c43 AP_NavEKF: Always explicitly set required const pos or vel mode when arming 10 years ago
priseborough 9c6dabe1cc AP_NavEKF: Add separate flow default parameters for platform types 10 years ago
priseborough d2da16e652 AP_NavEKF: Consistently set timeout flags whenever aiding is inhibited 10 years ago
priseborough 824425625c AP_NavEKF: Update public method used to inhibit GPS use 10 years ago
priseborough 1033f5fc1e AP_NavEKF: Apply flow nav vehicle limits regardless of sensor health 10 years ago
priseborough 14b51f6d74 AP_NavEKF: Unconditionally fuse velocity in constant velocity mode 10 years ago
priseborough 6663d80176 AP_NavEKF: Simplify nested logic - functionally equivalent 10 years ago
priseborough 12c3368c4d AP_NavEKF: Bypass GPS glitch logic when not aiding 10 years ago
priseborough 5c8e71a8d1 AP_NavEKF: Don't reset the position measurement timeout if not aiding 10 years ago
priseborough c505a458de AP_NavEKF: Always declare a position measurement timeout if aiding not used 10 years ago
priseborough 3b166372cc AP_NavEKF: Always declare a velocity measurement timeout if velocity not used 10 years ago
priseborough 95c3197170 AP_NavEKF: Ensure velocity will not be reset unless needed for aiding 10 years ago
priseborough 8aeec82846 AP_NavEKF: Continually turn off aiding whilst the vehicle is disarmed 10 years ago
priseborough 81ee339e25 AP_NavEKF: Synchronise non-aiding mode state corrections 10 years ago
priseborough ae6b85e63d AP_NavEKF: Explicitly set aiding to off when disarmed 10 years ago
priseborough fb1962b111 AP_NavEKF: Let reported position whilst disarmed show inertial errors 10 years ago
Andrew Tridgell e8017a5079 AP_NavEKF: cope with the changed semantics of airspeed.use() 10 years ago
priseborough c40c3632bb AP_NavEKF: Critical Bug Fix 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 f0ea858e4c AP_NavEKF: Make LLH output report last known position in const pos mode 10 years ago
priseborough a0957a83f8 AP_NavEKF: Fix bug in reported position and velocity 10 years ago
priseborough 7d1cd604a8 AP_NavEKF: Report last known position when GPS is lost 10 years ago
priseborough 1789dc08a3 AP_NavEKF: Correctly report position timeout when GPS is lost 10 years ago
Randy Mackay e6e6a781c1 AP_NavEKF: init filter status bits to zero 10 years ago
priseborough ffd9f7a4ed AP_NavEKF: Predict filter solution status 10 years ago
Randy Mackay 657afcfe7a AP_NavEKF: add pred_horiz_pos flags to filter status 10 years ago
Randy Mackay f4d8bc586c Nav_EKF: getFilterStatus returns nav_filter_status struct 10 years ago
Randy Mackay 8a914af4a8 AP_NavEKF: add nav_filter_status definition 10 years ago
priseborough d57e0b6bde AP_NavEKF: Remove compiler warning messages 10 years ago
priseborough a4ba4d1000 AP_NavEKF: Fix bug in optical flow innovation variances 10 years ago
priseborough 8bc8d1444a AP_NavEKF: Extend definition of GPS availability to include user inhibit 10 years ago
priseborough d0d49065e7 AP_NavEKF: Prevent potential repeated use of optical flow data 10 years ago
priseborough b0c703e4f7 AP_NavEKF: Fix bug in optical flow fusion control logic 10 years ago
priseborough d656c94bbc AP_NavEKF: Fix out of bounds index bug 10 years ago
priseborough 300ba65f64 AP_NavEKF: Remove duplicate flow measurement state correction 10 years ago
priseborough 92bb75a635 AP_NavEKF: Prevent load leveling from dropping flow measurements 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 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