mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 17:48:35 -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 {
|
} else {
|
||||||
ahrs.set_correct_centrifugal(true);
|
ahrs.set_correct_centrifugal(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// update wind estimate
|
||||||
|
ahrs.estimate_wind();
|
||||||
}
|
}
|
||||||
|
|
||||||
calc_gndspeed_undershoot();
|
calc_gndspeed_undershoot();
|
||||||
|
Loading…
Reference in New Issue
Block a user