Skip to content

Commit

Permalink
Update libraries/AP_InertialSensor/AP_InertialSensor.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Hall <[email protected]>
  • Loading branch information
haydendonald and IamPete1 authored Feb 7, 2024
1 parent ff2dcf2 commit fd52c1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/AP_InertialSensor/AP_InertialSensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1537,9 +1537,6 @@ bool AP_InertialSensor::accels_consistent(float accel_error_threshold, uint8_t c
if (vec_diff.length() > threshold) {
// this sensor disagrees with the primary sensor, so
// accels are inconsistent:



last_accel_pass_ms = 0;
return false;
}
Expand Down

0 comments on commit fd52c1c

Please sign in to comment.