822 Commits (ee85a29202d40ab45d46c8ba0abfd8bd62bb6972)

Author SHA1 Message Date
Paul Riseborough 1119a9b0ac EKF: Enable optical flow reversion to work if flow data is lost 7 years ago
ChristophTobler cdf6e6cd36 EKF: use delta_time to avoid division by zero 7 years ago
Paul Riseborough d293c4231d EKF: Protect against divide by zero caused by invalid optical flow 7 years ago
Paul Riseborough ab9b8e1964 EKF: Prevent bad optical flow quality causing loss of aiding when on ground 7 years ago
ChristophTobler b7e589b98a EKF: only fuse optical flow if terrain is valid 7 years ago
ChristophTobler 81a64c0479 ekf: fix flow direction when on ground 7 years ago
ChristophTobler 6cb99ce8a8 ekf: add function to get in air status 7 years ago
CarlOlsson 8200e4b218 EKF: added get_wind_velocity_var function 7 years ago
CarlOlsson 0a7c3ecbc6 EKF: Parameterize maximum angle for rng fusion 7 years ago
Paul Riseborough 1d3e8edc46 EKF: Fix bug in accumulation of IMU data for flow sensor gyro bias calculation 8 years ago
Paul Riseborough dd5b8525c3 EKF: Use hamiltonian convention for quaternion product order 8 years ago
Paul Riseborough b0300b9723 Revert "attitude_fw delete unused and cleanup" 8 years ago
Daniel Agar 25bd3ac5e6
attitude_fw delete unused and cleanup 8 years ago
Daniel Agar 99ba1c3745
EKF trivial code style cleanup 8 years ago
Peter Dürr 305a95aef9 Integrate Python-based tests and benchmark into Travis 8 years ago
Peter Dürr 15c8c24418 Fix time units on plots 8 years ago
Peter Dürr b29067a188 Better handle Python dependencies 8 years ago
Peter Dürr bb5719a0da Add Python wrapper to ecl and use it to test functionality 8 years ago
Peter Dürr 5988900044 Add getters for a few private variables of the EstimatorInterface 8 years ago
Peter Dürr a2ed0a76f9 Make the destructor of EstimatorInterface virtual 8 years ago
Paul Riseborough 35ffd55481 EKF: Fix incorrect use of double precision operation 8 years ago
Paul Riseborough cc5db74d1b EKF: Add true airspeed accessor 8 years ago
ChristophTobler 8ecec58292 Check for stuck range finder measurements in terrain estimator 8 years ago
ChristophTobler 7252284628 Add check for stuck range finder measurements 8 years ago
ChristophTobler 41f4b62cdb fix indentation 8 years ago
Paul Riseborough 596b8220e2 EKF: Output mag sensor isolation warning first time only 8 years ago
Paul Riseborough ce806768b7 EKF: Improve in-flight mag error detection, recovery and isolation for fixed wing 8 years ago
Paul Riseborough 3ee6898710 EKF: Enable origin to be maintained when starting aiding using EV only 8 years ago
Paul Riseborough e08da1c599 EKF: Add ability to use EV and GPS data together 8 years ago
Paul Riseborough f3909244f0 EKF: Correct units in comments 8 years ago
Paul Riseborough 20584ee997 EKF: Improve efficiency of heading fusion calculations when using EV heading 8 years ago
Paul Riseborough aec01ce59c EKF: Update class variable documentation and make compatible with Doxygen 8 years ago
ChristophTobler 61a7991693 constrain _terrain_vpos to be a minimum of _params.rng_gnd_clearance larger than _state.pos(2) 8 years ago
Paul Riseborough e1fe5b2229 Revert "Revert "Split get_terrain_vert_pos() into valid and get_vpos"" 8 years ago
Paul Riseborough c887b02f21 Revert "Split get_terrain_vert_pos() into valid and get_vpos" 8 years ago
ChristophTobler e429ecab17 check if terrain valid instead of initialized 8 years ago
ChristophTobler eae0522dc2 split into get_terrain_valid and get_terrain_vert_pos 8 years ago
ChristophTobler 517fe8a71f rng aid: use hysteresis with lower hagl check 8 years ago
ChristophTobler 8ed61ac052 init rng offset with ground clearance param when on ground to avoid noisy init 8 years ago
ChristophTobler d2945abd85 return hagl valid false if update was rejected 8 years ago
Paul Riseborough 9ee35e38df EKF: Don't fallback when optical flow is lost if external vision data is being used 8 years ago
Paul Riseborough 1bb576c197 EKF: Allow fallback to non-aiding mode if external vision is lost. 8 years ago
Isaac f96685267e Fixed vision position fusion bug 8 years ago
Paul Riseborough ec2b54fde7 EKF: Ensure normal yaw alignment using mag is performed if GPS method is not 8 years ago
Paul Riseborough d446f66105 EKF: Add a fixed wing mode with setter function 8 years ago
Paul Riseborough f064915889 EKF: Enable planes to recover from bad mag data at start of flight 8 years ago
Paul Riseborough 929f205a00 EKF: Changes arising from code review 8 years ago
Paul Riseborough 7b5f55303a EKF: Prevent covariance instability in delta velocity bias state estimation 8 years ago
ChristophTobler ed8fa16678 use baro for the ekf alignment if range finder is primary height source 8 years ago
Paul Riseborough 59edccca4a EKF: Fix bug in wind estimation for fixed wing 8 years ago