msgBox.setInformativeText(tr("Please move stick, switch or potentiometer for the %1 channel\n all the way up/down or left/right.").arg(channelNames[channelWanted]));
msgBox.setInformativeText(tr("Please move stick, switch or potentiometer for this channel all the way up/down or left/right."));
QMessageBox::warning(0,tr("Warning! Not enough RC channels"),tr("Detected %1 radio channels. To operate PX4, you need at least 5 channels. Is the radio control connected?").arg(chanCount));
QMessageBox::warning(0,
tr("RC not Connected"),
tr("Is the RC receiver connected and transmitter turned on? Detected %1 radio channels. To operate PX4, you need at least 5 channels. ").arg(chanCount));
return;
return;
}
}
configEnabled=true;
configEnabled=true;
QMessageBox::warning(0,"Warning!","You are about to start radio calibration.\nPlease ensure all motor power is disconnected AND all props are removed from the vehicle.\nAlso ensure transmitter and receiver are powered and connected.\nRESET ALL TRIMS TO CENTER!\n\nDo not move the RC sticks, then click OK to confirm");
QMessageBox::warning(0,tr("Safety Warning"),
tr("Starting RC calibration.\n Ensure that motor power is disconnected, all props are removed, RC transmitter and receiver are powered and connected.\n\nRESET ALL TRIMS TO CENTER! Do not move the RC controls, then click OK to continue"));
//go ahead and try to map first 8 channels, now that user can skip channels
//go ahead and try to map first 8 channels, now that user can skip channels