906 Commits (9eb860fabd824e220500f02fa36041f7c7097259)
 

Author SHA1 Message Date
Daniel Agar 9eb860fabd travis-ci fix gcc and clang compilation jobs (#344) 7 years ago
Paul Riseborough afa8844eb7 Merge pull request #341 from CarlOlsson/fix/fw_yaw_align2 7 years ago
CarlOlsson 2e03084d34 EKF: If aligning yaw for fw with low GPS velocity, use mag 7 years ago
Paul Riseborough 61e0c04811 Merge pull request #338 from CarlOlsson/fix/fw_pos_reset 7 years ago
CarlOlsson c81cdfa1ce EKF: Fix bug when resetting position and velocities for fw due to something else than bad yaw estimate 7 years ago
Paul Riseborough 410697cb0c Merge pull request #337 from CarlOlsson/fix/comment 7 years ago
CarlOlsson 8c83167857 EKF: fixed comment 7 years ago
Paul Riseborough 32b795ee10 EKF: Add readme file to EKF documentation directory 7 years ago
Paul Riseborough 8dd4800a2c EKF: Add preliminary documentation for filter mathematics 7 years ago
Paul Riseborough a34bba87fc Merge pull request #322 from PX4/pr-ekfMagFusionMode 7 years ago
Paul Riseborough dbff89fbcb EKF: Fix error preventing selection of MAG_FUSE_TYPE_AUTOFW 7 years ago
Paul Riseborough 6f7f05fdc0 EKF: Move MAG_FUSE_TYPE_AUTOFW control to the expected place 7 years ago
Paul Riseborough e834522f62 EKF: Use fixed wing status flag in MAG_FUSE_TYPE_AUTOFW logic 7 years ago
Paul Riseborough 7b4c957ad4 ekf2: Add new mag fusion mode 7 years ago
Paul Riseborough 9c65968c3d Merge pull request #334 from PX4/pr-ekf_minor_flow_fix 7 years ago
Paul Riseborough 68bad48598 Merge pull request #330 from CarlOlsson/pr-add_get_wind_vel_var 7 years ago
Paul Riseborough 4db23b7b2e EKF: Don't report terrain estimate invalid immediately when HAGL observations fail checks 7 years ago
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
Paul Riseborough 705f93d0bf Merge pull request #327 from CarlOlsson/parameterize_max_rng_tilt 7 years ago
CarlOlsson 0a7c3ecbc6 EKF: Parameterize maximum angle for rng fusion 7 years ago
Paul Riseborough 160e4d69c1 Merge pull request #323 from PX4/pr-ekfQuatMultOrder 7 years ago
Paul Riseborough 4411c7fd1c Merge pull request #325 from PX4/pr-ekfFlowGyroBias 8 years ago
Paul Riseborough 1d3e8edc46 EKF: Fix bug in accumulation of IMU data for flow sensor gyro bias calculation 8 years ago
Paul Riseborough 3b3326e250 Merge pull request #326 from TSC21/fix_travis 8 years ago
TSC21 571a0f7da7 travis: use pyenv in order to force pip3 version 8 years ago
TSC21 7affb42f22 travis: install python3.5 for trusty in order to run pip3 8 years ago
Paul Riseborough dd5b8525c3 EKF: Use hamiltonian convention for quaternion product order 8 years ago
Paul Riseborough b57b5e869d matrix: Use hamiltonian convention for quaternion product 8 years ago
Paul Riseborough b0300b9723 Revert "attitude_fw delete unused and cleanup" 8 years ago
Paul Riseborough 1531269f92 Merge pull request #319 from PX4/pr-attitude_fw-cleanup 8 years ago
Daniel Agar 25bd3ac5e6
attitude_fw delete unused and cleanup 8 years ago
Paul Riseborough fac292fef9 Merge pull request #321 from dagar/pr-ekf_formatting 8 years ago
Daniel Agar 99ba1c3745
EKF trivial code style cleanup 8 years ago
ChristophTobler 89236ef275 Merge pull request #314 from PX4/pr-check_stuck_rng 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 9cf0948bcf matlab: add derivation for air data error equations 8 years ago
Paul Riseborough 3983ac23fa Merge pull request #316 from PX4/pr-ekfTrueAirspeed 8 years ago
Paul Riseborough 967720a9d7 Merge pull request #313 from PX4/pr-ekfYawReset 8 years ago