[SITL] disable-ekf3 option leads to a compile error

Dear all,

When I tested switching EKF3 to EKF2 on SITL, I noticed that disable-ekf3 option causes a compile error as shown in the below.

./Tools/autotest/sim_vehicle.py -v ArduCopter --console --disable-ekf3

I can comment out of the line to compile ArduPilot:
if (EKF3.getWind(-1,wind_vel))
However, it will be great if this compile error will be fixed in ArduPilot’s master. Thanks!

@KimHyungSub,

Thanks for the report. I’ve recreated it and raised an issue here.

1 Like

@rmackay9
I just saw the issue. Thanks!