diff --git a/libraries/AP_Vehicle/AP_Vehicle.cpp b/libraries/AP_Vehicle/AP_Vehicle.cpp index abae100e94..582b96716c 100644 --- a/libraries/AP_Vehicle/AP_Vehicle.cpp +++ b/libraries/AP_Vehicle/AP_Vehicle.cpp @@ -130,6 +130,7 @@ void AP_Vehicle::setup() init_ardupilot(); gcs().send_text(MAV_SEVERITY_INFO, "ArduPilot Ready"); + SRV_Channels::init(); // gyro FFT needs to be initialized really late #if HAL_GYROFFT_ENABLED gyro_fft.init(AP::scheduler().get_loop_period_us());