1348 Commits (a6bbafc7b00245d176cc53077c77d2c7793e8bb5)
 

Author SHA1 Message Date
kamilritz a6bbafc7b0 Remove unnecessary initialiseCovariance 5 years ago
kamilritz ef9f1053d0 Random improvements 5 years ago
kamilritz 7d3814b1d8 Add orientation initialization tests 5 years ago
kritz 01495ede97 Clean initialiseFilter function (#687) 5 years ago
kritz 532c9abd4a Expand test framework and test cases (#685) 5 years ago
kritz 6c25ac5731 Tilt Initialisation: Average Filter -> LowPass Filter (#686) 5 years ago
Daniel Agar 98a1aae494 EKF: use Matrix cross product 5 years ago
kamilritz 0831c158f2 Move time update to sensor base class 5 years ago
kamilritz 1832bedd13 run_seconds 5 years ago
kamilritz 39b369d90b make ekf a shared pointer 5 years ago
kamilritz f13f2f8452 use shared pointer 5 years ago
kamilritz 00cd720a66 Change folder name 5 years ago
kamilritz b9dd1e54c5 Change file names 5 years ago
kamilritz 2d2edd90e3 ECL Unit Test Clean Up 5 years ago
kamilritz 6b25dbd6c7 SensorSimulator 5 years ago
kamilritz 85e0e6e89c Remove resetStates(AndCovariances) function 5 years ago
kamilritz 64652f523b Improve quality of comments 5 years ago
kamilritz 1bf09fd370 Remove EKF prefix from logged messages 5 years ago
kamilritz 88c4929c96 Use helper function to switch to gps height 5 years ago
kamilritz 042d9b6615 Remove dangerous _primary_hgt_source variable 5 years ago
kamilritz 66f707ede0 Remove non enterable if statement 5 years ago
kamilritz cd030e7cd2 Remove switch to ev hgt during filter initialization 5 years ago
kamilritz 4bc6ae69ae Remove if statement that can not be entered 5 years ago
kamilritz 6941777e17 Remove obsolete vision sample counter during initialization 5 years ago
kamilritz 181303488c Log height innovation sensor specific 5 years ago
kamilritz f32fce28a3 Fix gps vertical observation variance 5 years ago
kamilritz ecd199d5d0 Fix vel pos test ratio 5 years ago
kamilritz 2df2dede2f Fix variance vs stdDev bug 5 years ago
kamilritz 3923c5fecb Add get*innovation* functions as overide 5 years ago
kamilritz 07e804676c Rename IMU biases 5 years ago
kamilritz dae8c2f8dc Group velocity and position as a 3d vector 5 years ago
kamilritz beedf1ce4f Add print statement to reset vel or pos function 5 years ago
kamilritz 5c038a3b43 Add stop*Fusion function 5 years ago
kamilritz d5dc6bb8ea Clean get*innov* interface 5 years ago
kamilritz 86b9079bdc Refactoring velPos fusion 5 years ago
bresch 6b5f011bc2 ekf: use PDOP instead of GDOP as the TDOP (part of GDOP) is usually not available 5 years ago
Daniel Agar 362a2dfa08
remove unnecessary <cmath> include 5 years ago
RomanBapst 33a2bd0292 added python script for derivation of initial wind covariance matrix 5 years ago
bresch 811ec81246 parameters: change check_mag_strength from bool to int32_t to comply with the standard interface 5 years ago
Mathieu Bresciani c7bdf25663
[ekf] controlMagFusion refactor and mag field strength check (#662) 5 years ago
bresch a6840655e8 ekf: Extract resetState from main reset and reinitialize 5 years ago
bresch bf48004fb9 ekf: move "reset" part of the init function into a separate function 5 years ago
TSC21 7eb9118673 Jenkins: update container tags; use px4-dev-base-bionic 5 years ago
kamilritz d76b704225 Only inlcude gtest if standalone build 5 years ago
kamilritz 7c1e38d3ad Make it build with Firmware 5 years ago
kamilritz d79199c863 Remove swig and python test related things 5 years ago
kamilritz d88e242a60 pytest are replaced in gtests 5 years ago
kamilritz 71be26efc6 Port RingBuffer Test to GTests 5 years ago
kamilritz cac5f3fd6d GTest and Coverage cleanup and Basic EKF GTest 5 years ago
Martina Rivizzigno fcea13eef8 add gtest, temp disable swig 5 years ago