mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
AP_NavEKF2: fixed build
broken by recent common variable change
This commit is contained in:
parent
8984a8fa85
commit
161154bf05
@ -285,7 +285,6 @@ void NavEKF2_core::FuseOptFlow()
|
|||||||
Vector3f relVelSensor;
|
Vector3f relVelSensor;
|
||||||
Vector14 SH_LOS;
|
Vector14 SH_LOS;
|
||||||
Vector2 losPred;
|
Vector2 losPred;
|
||||||
Vector28 Kfusion {};
|
|
||||||
|
|
||||||
// Copy required states to local variable names
|
// Copy required states to local variable names
|
||||||
float q0 = stateStruct.quat[0];
|
float q0 = stateStruct.quat[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user