1554 Commits (c3653e68caa690cd5544288ae44eca8ff6dcf3bd)
 

Author SHA1 Message Date
kamilritz c3653e68ca Add const modifier 5 years ago
kamilritz 48f0eb16da Remove uninformative comments 5 years ago
kamilritz 4a69b41015 Increase matrix library usage even more 5 years ago
kamilritz 630be60930 Increase matrix library usage 5 years ago
kamilritz 22274b1d30 Add const modifier 5 years ago
kamilritz 61c139ea95 Remove unused variable 5 years ago
kamilritz afd4f3f86b Fix typo 5 years ago
kamilritz a3706fdcef Make relative wind computation more compact 5 years ago
kamilritz b8f937666a Make mag_innov/-var a Matrix::Vector3f 5 years ago
Kamil Ritz 0ea7cd8360 Attempt to fix CI firmware build test 5 years ago
Daniel Agar 2927132954 clang-format set BreakBeforeBraces to Linux style 5 years ago
sevenbill b96c62ed8b
Optionalized build dependency on git 5 years ago
Bill Morris 794e6ec3a5 Enforce tabs via editorcofig 5 years ago
PX4 BuildBot e4b44f704b Update geo_lookup WMM to latest Tue Jun 23 14:15:04 UTC 2020 5 years ago
bresch 4b746a3fca GPS Yaw: add consts and remove fusion starting message 5 years ago
bresch 2bafe9df08 GPS Yaw: wait to fuse at yaw at least once before declaring it faulty 5 years ago
bresch 51cd63d626 GPS Yaw: fall back to other yaw aiding source in case of bad data 5 years ago
bresch fe2a9d3018 GPS Yaw: move isfinite checks in control.cpp 5 years ago
bresch 3c6790f5d5 GPS Yaw: Always reset Yaw when GPS Yaw fusion is starting 5 years ago
kamilritz ff8b5ec69d Extract general functions into utils 5 years ago
Daniel Agar fda30d8cec geo_lookup: expand latitude to +-80 degrees 5 years ago
Daniel Agar 109eca5200 geo_lookup: create simple python script to update tables 5 years ago
Daniel Agar 41b9e4f628 geo_lookup: move tables to separate file 5 years ago
Daniel Agar a8bb8ea99f move TECS, L1, and validation to PX4/Firmware 5 years ago
Matthias Grob a296fe7d8c Move AlphaFilter out of EKF 5 years ago
Matthias Grob daec5ae608 AlphaFilter: replace isfinite with positive denominator check 5 years ago
Kamil Ritz e835bc34c4 remove inline modifier 5 years ago
Kamil Ritz 74780aa512 Refactor gps fusion commencing 5 years ago
Matthias Grob 38cbd1a182 AlphaFilter: prevent setParameters division by zero 5 years ago
RomanBapst b7d54b5477 gps: fixed filter initialization bug around gps 5 years ago
bresch 8f533cb878 terrain_estimator: fix sensor aid selection 5 years ago
bresch 821e1fa8fc terrain_estimator: add unit tests 5 years ago
bresch aa96fa6d9e Random style fixes in the code 5 years ago
bresch 5d6a72e383 sensor_simulator: add possibility to set GPS position rate 5 years ago
Roman Bapst b3dc06d0cb Added height above ground source bitmask indicating which sensor is used 5 years ago
bresch 62e15cbacf sensor_simulator: set IMU rate to 200Hz as this is the new value 5 years ago
bresch 6126c190b2 sensor_simulator: update EKF at IMU rate 5 years ago
Paul Riseborough 59183f70ba
EKF: Reduce EKF-GSF vulnerability to large yaw gyro bias errors (#831) 5 years ago
Matthias Grob d0ddda8917 tecs: fix typo init(i)alized 5 years ago
Kamil Ritz 86fc94b75a Remove tilt align from position innovation check 5 years ago
Mathieu Bresciani b024cdd282
unit test: check that the accel bias is only learned when observable (#827) 5 years ago
Paul Riseborough c91c78dcf6 EKF: Allow reset of yaw to EKF-GSF later in flight 5 years ago
Daniel Agar 600240d95f EKF: resetGpsAntYaw() fix double promotion 5 years ago
kamilritz 39c09b8092 add basic gps yaw fusion test 5 years ago
Kamil Ritz 21f49c22dc Use resetQuatStateYaw during gps yaw reset 5 years ago
Carl Olsson 7f21364844
EKF: use initial wind uncertainty with no airspeed sensor (#823) 5 years ago
kritz bf78044bcd
EKF: fix initialization of local position validity 2 (#820) 5 years ago
kritz 716caa5168
Refactor position resets (#822) 5 years ago
Mathieu Bresciani 37d9cef262
ekf: disable xy accel bias learning before takeoff (#818) 5 years ago
Mathieu Bresciani 9788c3bdf2
ekf: split accel bias learning in independant xyz components (#817) 5 years ago