-
Notifications
You must be signed in to change notification settings - Fork 13.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update submodule ecl to latest Tue Jun 11 12:38:12 UTC 2019 #12244
Conversation
707a1c0
to
8a61c42
Compare
This brings in the Kahan summation change. |
8a61c42
to
a2ac244
Compare
c2a9838
to
4de3ce0
Compare
Tested on Pixhawk4 V5 f450 Position Mode: no issue pr log: master log: |
Tested on PixRacer V4:Modes Tested Position Mode: Good. - Procedure Notes: Log: Log: Comparison to master: Tested on Pixhawk 2 Cube V3:Modes Tested Position Mode: Good. - Procedure Notes: Log: Logs: Comparison to master |
Tested on Pixhawk 4mini v5:Modes Tested
Procedure Notes: Log: Master Tested on NXP vFMUK6_v3:Modes Tested
Procedure Notes: Log: |
28e2e75
to
546919b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Estimator log data shows expected behaviour. Delta velocity bias state variances reduce at a slightly lower rate with the change, but due to lower limit applied in SW, after about 3min of flying there is effectively no difference before and after the change. Any change in delta angle bias state variance behaviour is masked by flight to flight variations. This is OK to merge.
- ecl in PX4/Firmware (4673dd0): PX4/PX4-ECL@0f49eb3 - ecl current upstream: PX4/PX4-ECL@a036cf8 - Changes: PX4/PX4-ECL@0f49eb3...a036cf8 a036cf8 2019-06-14 Paul Riseborough - EKF: Remove use of of quaternion self product operator and fix delta rotation sign 0e946f2 2019-06-14 Paul Riseborough - EKF: Remove use of quaternion self product operator and fix delta rotation sign error ad7f7af 2019-05-21 CarlOlsson - ekf: correct quaternion multiplication order d6351bd 2019-05-21 CarlOlsson - EKF: update comment 7612fa4 2019-05-30 Paul Riseborough - EKF: Don't start using GPS for height until all validity checks have passed cef2ba5 2019-05-08 Roman - implemented Kahan summation algorithm for adding process noise to delta angle- and delta velocity bias variance
546919b
to
b93eae2
Compare
cef2ba5 2019-05-08 Roman - implemented Kahan summation algorithm for adding process noise to delta angle- and delta velocity bias variance