Plane: call esimate_wind()

This commit is contained in:
Andrew Tridgell 2014-02-08 17:31:47 +11:00
parent c62ccce9d8
commit 566b0ccc61

View File

@ -1088,6 +1088,9 @@ static void update_GPS_10Hz(void)
} else {
ahrs.set_correct_centrifugal(true);
}
// update wind estimate
ahrs.estimate_wind();
}
calc_gndspeed_undershoot();