951 Commits (f54f1d467f5f890be86b4cd644bac407ed4d2fb9)
 

Author SHA1 Message Date
Paul Riseborough ba4a311771 EKF: Update comments for wind estimation logic 8 years ago
Paul Riseborough 8e0cd1bc39 EKF: Add parameter to set initial and max allowed wind uncertainty 8 years ago
ChristophTobler e1274ad28a move faultiness check above pop_first_older_than() and check independent of range aid to switch back to original sensor if available 8 years ago
ChristophTobler 0d9e535acb Use baro if reset to baro from gps and vice versa 8 years ago
ChristophTobler 4a4b0fa604 remove setting rng faulty in ev mode because not checked 8 years ago
ChristophTobler 066c641d61 range aid: switch to baro/gps even if rng aid conditions met and rng faulty 8 years ago
ChristophTobler 2f382c8e0e if hgt mode is range, switch to baro if range is faulty 8 years ago
ChristophTobler e4f36215cb if in range aid mode, check faultiness that otherwise would never change back 8 years ago
ChristophTobler e800de88b6 remove duplicate 8 years ago
Paul Riseborough 42b2469a46 matlab: fix comment error in file conversion utility 8 years ago
Paul Riseborough 70ece4df17 matlab: Add references for coning and skulling correction method 8 years ago
Paul Riseborough 8ccc45b26b matlab: Fix bug in replay plotting 8 years ago
Paul Riseborough 3e99898d47 matlab: Update readme file for the replay and improve optical flow tuning 8 years ago
Paul Riseborough c1829d8e9a matlab: fix bugs and add replay of PX4 optical flow test data 8 years ago
Paul Riseborough 233c4b49c5 matlab: Add derivation of observation Jacobians used by the terrain estimator 8 years ago
Daniel Agar c44488fdb8
EKF matrix typedef cleanup 8 years ago
Paul Riseborough 9303db85eb matlab: remove project specific code from mag cal comparison script 8 years ago
Paul Riseborough edeed770b7 matlab: fix alignment bugs 8 years ago
Paul Riseborough 7f1cca5b28 Merge pull request #244 from PX4/pr-rangeAid 8 years ago
ChristophTobler 6f5cffafec fix type of range_aid parameter: int -> int32_t 8 years ago
ChristophTobler 1fed209804 fix formatting 8 years ago
Roman 5036967343 barometer does not special height sensor offset because a barometer 8 years ago
Roman c5d464b821 make range sensor height offset computation more robust 8 years ago
Roman 182ea43445 fixed baro offset calculation 8 years ago
Roman 39983a7d55 range aid: added hysteresis for switching in and out of range aid 8 years ago
Roman 1b92c9b5b3 ekf_helper: fixed resetting height using range finder 8 years ago
Roman 3778f0921a ekf: enable range finder to be used for estimating height even if it's not 8 years ago
Roman 36bffd2571 ekf: calculate the delta time between consecutive baro measurments 8 years ago
Roman a0ab5cf0d7 ekf vel_pos_fusion: added height sensor offset to range innovation calculation 8 years ago
Roman a1e67396f4 ekf: added methods for setting control height flags 8 years ago
Paul Riseborough d6decb3c84 Merge pull request #277 from PX4/pr-ekfBufferParam 8 years ago
Paul Riseborough c48b879843 Merge pull request #276 from CarlOlsson/feature/only_update_mag_states 8 years ago
CarlOlsson b255d4a53a fixed typos 8 years ago
Paul Riseborough 97eb17a62f Merge pull request #265 from PX4/pr-ekfOutputObserver 8 years ago
Paul Riseborough fed4a9bc5a EKF: add vertical position derivative output 8 years ago
Paul Riseborough 16c7041f4a EKF: Add a parameter to enable setting of a minimum buffer length to handle large sensor timing jitter 8 years ago
Paul Riseborough a17879ab91 matlab: miscellaneous EKF replay script file improvements 8 years ago
Paul Riseborough 3a7a66d360 matlab: improve EKF simulation fusion control 8 years ago
Paul Riseborough dabf129daf matlab: Update EKF replay script files 8 years ago
Julien Lecoeur d0b4f1e225 Use binary operator~ instead of logical operator! 8 years ago
Julien Lecoeur c323b64742 Fix -Werror=int-in-bool-context on GCC 7 8 years ago
Daniel Agar 3e197fdded EKF tests remove extra semicolon 8 years ago
Daniel Agar e7ed32fb82 attitude_fw remove extra semicolons 8 years ago
Daniel Agar 6ed8512ff4 EKF parameters use int32_t (#279) 8 years ago
Paul Riseborough 8351e13c70 Matlab: update readme file and provide link to sample data set 8 years ago
Paul Riseborough 9f61622044 Matlab: Improve efficiency of odometry derivation 8 years ago
Paul Riseborough 510b8763ea Matlab: Add basic implementation of EKF to support development testing 8 years ago
CarlOlsson 871ebb251b EKF: Changed get_control_mode to coyp 32 bits 8 years ago
CarlOlsson a1308482fd EKF: Reset the mag states to the field state variance when switching from the inhibit mag mode to standard mode 8 years ago
CarlOlsson be16406b35 EKF: Add feature to use the mag to only update the mag states 8 years ago