diff --git a/libraries/AP_Vehicle/AP_Vehicle.cpp b/libraries/AP_Vehicle/AP_Vehicle.cpp index a0bbfe7b80..36f92cf6c2 100644 --- a/libraries/AP_Vehicle/AP_Vehicle.cpp +++ b/libraries/AP_Vehicle/AP_Vehicle.cpp @@ -103,6 +103,7 @@ void AP_Vehicle::setup() // init_ardupilot is where the vehicle does most of its initialisation. init_ardupilot(); + gcs().send_text(MAV_SEVERITY_INFO, "ArduPilot Ready"); // gyro FFT needs to be initialized really late #if HAL_GYROFFT_ENABLED