mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 03:37:35 +08:00
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:
@@ -872,7 +872,6 @@ void BlockLocalPositionEstimator::predict()
|
||||
}
|
||||
|
||||
_P += dP;
|
||||
|
||||
_xLowPass.update(_x);
|
||||
_aglLowPass.update(agl());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user