GCS_MAVLINK::send_statustext_all(MAV_SEVERITY_INFO,"Thermal weak, recommend quitting: W %f R %f th %f alt %f Mc %f\n",(double)_ekf.X[0],(double)_ekf.X[1],(double)thermalability,(double)alt,(double)McCready(alt));
gcs().send_text(MAV_SEVERITY_INFO,"Thermal weak, recommend quitting: W %f R %f th %f alt %f Mc %f\n",(double)_ekf.X[0],(double)_ekf.X[1],(double)thermalability,(double)alt,(double)McCready(alt));
returntrue;
}elseif(soar_active&&(alt>alt_max||alt<alt_min)){
GCS_MAVLINK::send_statustext_all(MAV_SEVERITY_ALERT,"Out of allowable altitude range, beginning cruise. Alt = %f\n",(double)alt);
gcs().send_text(MAV_SEVERITY_ALERT,"Out of allowable altitude range, beginning cruise. Alt = %f\n",(double)alt);