forked from Archive/PX4-Autopilot
Fixed vision position fusion bug
This commit is contained in:
parent
ec2b54fde7
commit
f96685267e
|
@ -150,6 +150,7 @@ void Ekf::controlExternalVisionFusion()
|
|||
resetPosition();
|
||||
resetVelocity();
|
||||
resetHeight();
|
||||
_control_status.flags.ev_pos=true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue