AP_NavEKF2: fixed build

broken by recent common variable change
This commit is contained in:
Andrew Tridgell 2019-10-01 16:17:48 +10:00
parent b9291d95f0
commit cbe34320b5

View File

@ -285,7 +285,6 @@ void NavEKF2_core::FuseOptFlow()
Vector3f relVelSensor;
Vector14 SH_LOS;
Vector2 losPred;
Vector28 Kfusion {};
// Copy required states to local variable names
float q0 = stateStruct.quat[0];