LPE fault relaxation and sitl fix (#6146)

* Set LPE FUSE for standard iris sitl config.

* Relax fault detection handling.

* Always correct lidar.
This commit is contained in:
James Goppert
2016-12-23 15:08:37 -05:00
committed by GitHub
parent 661fda2b2a
commit c28cd76e5f
9 changed files with 37 additions and 40 deletions
@@ -872,7 +872,6 @@ void BlockLocalPositionEstimator::predict()
}
_P += dP;
_xLowPass.update(_x);
_aglLowPass.update(agl());
}