424 Commits (4147825b87ba00bc17c42f5ea39c5c1ae3c786c2)

Author SHA1 Message Date
Andrew Tridgell 3289d38339 AP_NavEKF: make the init functions return bool 10 years ago
Andrew Tridgell de3f461a55 AP_NavEKF: use compass->last_update_usec() 10 years ago
Randy Mackay 230ca583d1 NavEKF: support sending EKF_STATUS_REPORT 10 years ago
Paul Riseborough 9f552eaa4b AP_NavEKF: Fix bug that resets position to origin when vehicle arms 10 years ago
Paul Riseborough b8d3da3846 AP_NavEKF: Report last known position when vehicle is disarmed 10 years ago
Andrew Tridgell 55041c7a7a AP_NavEKF: prevent division by zero in SmallEKF 10 years ago
Jonathan Challinger 50466848f7 AP_NavEKF: use hal.util soft_armed state 10 years ago
Grant Morphett 4860c84dff AP_NavEKF: Changes to fix the warnings in rover sitl build. 10 years ago
Paul Riseborough aa94ff629d AP_NavEKF: Prevent bad GPS pre-arming casuing initial position errors 10 years ago
priseborough bc5581d634 AP_NavEKF: Prevent arming delays from failing GPS 10 years ago
priseborough 2c012c2763 AP_NavEKF: Always check for new GPS data 10 years ago
Paul Riseborough 925d625ed1 AP_NavEKF: fix bug in small EKF velocity fusion 10 years ago
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