Browse Source

Merge pull request #231 from pickledgator/ev_hgt_counter_fix

height counter update for ev primary height source
master
Paul Riseborough 8 years ago committed by GitHub
parent
commit
879ad1fd2c
  1. 2
      EKF/ekf.cpp

2
EKF/ekf.cpp

@ -335,7 +335,7 @@ bool Ekf::initialiseFilter() @@ -335,7 +335,7 @@ bool Ekf::initialiseFilter()
}
} else if (_primary_hgt_source == VDIST_SENSOR_EV) {
// do nothing becasue vision data is checked elsewhere
_hgt_counter = _ev_counter;
} else {
return false;
}

Loading…
Cancel
Save