Fixed vision position fusion bug

This commit is contained in:
Isaac 2017-07-10 13:44:51 +10:00
parent ec2b54fde7
commit f96685267e
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ void Ekf::controlExternalVisionFusion()
resetPosition();
resetVelocity();
resetHeight();
_control_status.flags.ev_pos=true;
}
}