mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 06:54:08 +08:00
Remove LPOS.Z reset (#5228)
This commit is contained in:
parent
422cf7e21c
commit
cfa203ca22
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user