mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Plane: call esimate_wind()
This commit is contained in:
parent
c62ccce9d8
commit
566b0ccc61
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user