636 Commits (a9c985bfb3e9cff17cd7c9f6b7b1bd1348778d5a)

Author SHA1 Message Date
Paul Riseborough 961faa59d9 AP_NavEKF: Don't let reported GPS accuracy modify horiz vel data checks 10 years ago
Paul Riseborough a607eb8469 AP_NavEKF: Reduce the GPS glitch tether length from 100 to 50m 10 years ago
Paul Riseborough 496d31ab83 AP_NavEKF: Reduce max time Copters can reject GPS 10 years ago
Paul Riseborough 8c2029d896 AP_NavEKF: Accel bias learning improvements 10 years ago
Paul Riseborough 19d1b3b813 AP_NavEKF: Update EKF origin height whilst disarmed 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
Jonathan Challinger 20d92f5f9d AP_NavEKF: floor GPS velocity noise at parameter value for conservatism 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
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