Skip to content
Snippets Groups Projects
Commit 699edd25 authored by Paul Riseborough's avatar Paul Riseborough Committed by Beat Küng
Browse files

ekf2: Prevent loss of baro data due to buffer time arrival checks

Baro data arriving too soon after the last measurement due to a high sampling rate or timing jitter is rejected inside the ecl EKF to prevent the data buffer overflowing.
This patch checks the timestamp difference from the last measurement, and if to small, the data is accumulated and the average sent to the EKF when the time delta
is acceptable.
parent ef7ed97c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment