mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 03:37:35 +08:00
Remove LPOS.Z reset (#5228)
This commit is contained in:
@@ -259,7 +259,6 @@ void BlockLocalPositionEstimator::update()
|
||||
// we just armed, we are at origin on the ground
|
||||
_x(X_x) = 0;
|
||||
_x(X_y) = 0;
|
||||
_x(X_z) = 0;
|
||||
|
||||
// reset flow integral
|
||||
_flowX = 0;
|
||||
|
||||
Reference in New Issue
Block a user