ArduPlane: move wind-estimation-enabled state to frontend
This commit is contained in:
parent
5d49d29c27
commit
e0d03ce565
@ -378,7 +378,7 @@ void Plane::startup_INS_ground(void)
|
||||
ahrs.init();
|
||||
ahrs.set_fly_forward(true);
|
||||
ahrs.set_vehicle_class(AP_AHRS::VehicleClass::FIXED_WING);
|
||||
ahrs.set_wind_estimation(true);
|
||||
ahrs.set_wind_estimation_enabled(true);
|
||||
|
||||
ins.init(scheduler.get_loop_rate_hz());
|
||||
ahrs.reset();
|
||||
|
Loading…
Reference in New Issue
Block a user