-
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 Sun Oct 13 08:37:25 EDT 2019 #13175
Conversation
dagar
commented
Oct 13, 2019
4e3399a
to
c50e37c
Compare
72b1124
to
ec3e039
Compare
ec3e039
to
7ae81f4
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.
All good for me.
@PX4/testflights Could you test this? If possible with a drone having a rangefinder and an optical flow sensor.
7ae81f4
to
27fee8d
Compare
a6a136a
to
fdc8431
Compare
|
b19cdea
to
932c7d5
Compare
- ecl in PX4/Firmware (dcfe226): PX4/PX4-ECL@f005e0e - ecl current upstream: PX4/PX4-ECL@9b4b24e - Changes: PX4/PX4-ECL@f005e0e...9b4b24e 9b4b24e 2019-10-17 RomanBapst - removed unused definition 0e3a0b8 2019-10-15 RomanBapst - range_finder_checks: parametrised signal quality hysteresis duration 16d1e15 2019-10-15 RomanBapst - addressed review comments 6bc6f26 2019-10-14 RomanBapst - range_finder_checks: set range height to valid if signal quality is non-zero 6299d81 2019-10-14 RomanBapst - ekf_helper: use latest validated range sample to reset height 00f49e6 2019-10-14 RomanBapst - cleanup checks of range finder data 4d37065 2019-08-22 Paul Riseborough - EKF: Make use of inverse rotation function consistent with name 36de2b3 2019-08-22 Paul Riseborough - EKF: Use matrix library for quaternion to rotation matrix conversion 1a4ab06 2019-10-22 bresch - rate controller: add override specifiers whenever needed 29f71ff 2019-10-21 bresch - ekf: Add override specifier for all functions that override virtual functions of the estimator interface class 50167bf 2019-10-16 bresch - estimator interface: add deprecated functions for backward compatibility b38458c 2019-10-10 bresch - Terrain estimator: formatting and remove redundant comments 0aef0ed 2019-10-10 bresch - terrain_estimator: remove dead code. Since the terrain estimator is constantly reset on ground, it is not necessary anymore to fuse fake measurements on ground if the range measurements are bad. 370e04e 2019-10-03 bresch - terrain_est: Continuously reset terrain height on ground using known clearance. This is the best estimate as we should not rely on a distance sensor while on the ground. This also helps when the drone is carried over as it avoids starting with a crazy downward distance for optical flow scaling. e09e3e1 2019-10-14 bresch - control: rename _range_aid_enabled to _is_range_aid_suitable rename rangeAidConditionsMet to checkRangeAidSuitability fac69d0 2019-10-14 bresch - control: refactor rangeAidConditionsMet function eae6e8f 2019-08-06 Paul Riseborough - EKF: Fix on ground yaw drift when using EKF2_MAG_TYPE = 4 4e946d5 2019-09-04 RomanBapst - implemented synthesized magnetometer Z measurement - calculate a theoretical value based on the knowledge of the direction and strength of the magnetic field vector and X/Y sensor measurements - needs knowledge about location on earth to work
932c7d5
to
9ab9243
Compare
It's riskier to let all of these unrelated ecl changes pile up and come in at once. I've checked all the ECL PRs accounted for here and they've all been tested individually to some extent. Merging.
|