readonlypropertystringassistModeDescription:"If Position Control is placed on a seperate channel from the Main mode channel, an additional 'Assist' mode is added to the Main switch. "+
readonlypropertystringassistModeDescription:qsTr("If Position Control is placed on a seperate channel from the Main mode channel, an additional 'Assist' mode is added to the Main switch. ")+
"In order for the Attitude Control/Position Control switch to be active, the Main switch must be in Assist mode."
qsTr("In order for the Attitude Control/Position Control switch to be active, the Main switch must be in Assist mode.")
readonlypropertystringautoModeName:"Auto"
readonlypropertystringautoModeName:qsTr("Auto")
readonlypropertystringautoModeDescription:"If Loiter is placed on a seperate channel from the Main mode channel, an additional 'Auto' mode is added to the Main switch. "+
readonlypropertystringautoModeDescription:qsTr("If Loiter is placed on a seperate channel from the Main mode channel, an additional 'Auto' mode is added to the Main switch. ")+
"In order for the Mission/Loiter switch to be active, the Main switch must be in Auto mode."
qsTr("In order for the Mission/Loiter switch to be active, the Main switch must be in Auto mode.")
description:"Adjust throttle so hover is at mid-throttle. Slide to the left if hover is lower than throttle center. Slide to the right if hover is higher than throttle center."
description:qsTr("Adjust throttle so hover is at mid-throttle. Slide to the left if hover is lower than throttle center. Slide to the right if hover is higher than throttle center.")
param:"MPC_THR_HOVER"
param:"MPC_THR_HOVER"
min:0.2
min:0.2
max:0.8
max:0.8
@ -41,8 +41,8 @@ FactSliderPanel {
}
}
ListElement{
ListElement{
title:"Roll sensitivity"
title:qsTr("Roll sensitivity")
description:"Slide to the left to make roll control faster and more accurate. Slide to the right if roll oscillates or is too twitchy."
description:qsTr("Slide to the left to make roll control faster and more accurate. Slide to the right if roll oscillates or is too twitchy.")
param:"MC_ROLL_TC"
param:"MC_ROLL_TC"
min:0.15
min:0.15
max:0.25
max:0.25
@ -50,8 +50,8 @@ FactSliderPanel {
}
}
ListElement{
ListElement{
title:"Pitch sensitivity"
title:qsTr("Pitch sensitivity")
description:"Slide to the left to make pitch control faster and more accurate. Slide to the right if pitch oscillates or is too twitchy."
description:qsTr("Slide to the left to make pitch control faster and more accurate. Slide to the right if pitch oscillates or is too twitchy.")
param:"MC_PITCH_TC"
param:"MC_PITCH_TC"
min:0.15
min:0.15
max:0.25
max:0.25
@ -59,8 +59,8 @@ FactSliderPanel {
}
}
ListElement{
ListElement{
title:"Altitude control sensitivity"
title:qsTr("Altitude control sensitivity")
description:"Slide to the left to make altitude control smoother and less twitchy. Slide to the right to make altitude control more accurate and more aggressive."
description:qsTr("Slide to the left to make altitude control smoother and less twitchy. Slide to the right to make altitude control more accurate and more aggressive.")
param:"MPC_Z_FF"
param:"MPC_Z_FF"
min:0
min:0
max:1.0
max:1.0
@ -68,8 +68,8 @@ FactSliderPanel {
}
}
ListElement{
ListElement{
title:"Position control sensitivity"
title:qsTr("Position control sensitivity")
description:"Slide to the left to make flight in position control mode smoother and less twitchy. Slide to the right to make position control more accurate and more aggressive."
description:qsTr("Slide to the left to make flight in position control mode smoother and less twitchy. Slide to the right to make position control more accurate and more aggressive.")
param:"MPC_XY_FF"
param:"MPC_XY_FF"
min:0
min:0
max:1.0
max:1.0
@ -77,13 +77,12 @@ FactSliderPanel {
}
}
ListElement{
ListElement{
title:"Manual minimum throttle"
title:qsTr("Manual minimum throttle")
description:"Slide to the left to start the motors with less idle power. Slide to the right if descending in manual flight becomes unstable."
description:qsTr("Slide to the left to start the motors with less idle power. Slide to the right if descending in manual flight becomes unstable.")
description:"Slide to the left to make roll control during hover faster and more accurate. Slide to the right if roll oscillates or is too twitchy."
description:qsTr("Slide to the left to make roll control during hover faster and more accurate. Slide to the right if roll oscillates or is too twitchy.")
param:"MC_ROLL_TC"
param:"MC_ROLL_TC"
min:0.15
min:0.15
max:0.25
max:0.25
@ -41,8 +41,8 @@ FactSliderPanel {
}
}
ListElement{
ListElement{
title:"Hover Pitch sensitivity"
title:qsTr("Hover Pitch sensitivity")
description:"Slide to the left to make pitch control during hover faster and more accurate. Slide to the right if pitch oscillates or is too twitchy."
description:qsTr("Slide to the left to make pitch control during hover faster and more accurate. Slide to the right if pitch oscillates or is too twitchy.")
param:"MC_PITCH_TC"
param:"MC_PITCH_TC"
min:0.15
min:0.15
max:0.25
max:0.25
@ -50,8 +50,8 @@ FactSliderPanel {
}
}
ListElement{
ListElement{
title:"Hover Altitude control sensitivity"
title:qsTr("Hover Altitude control sensitivity")
description:"Slide to the left to make altitude control during hover smoother and less twitchy. Slide to the right to make altitude control more accurate and more aggressive."
description:qsTr("Slide to the left to make altitude control during hover smoother and less twitchy. Slide to the right to make altitude control more accurate and more aggressive.")
param:"MPC_Z_FF"
param:"MPC_Z_FF"
min:0
min:0
max:1.0
max:1.0
@ -59,16 +59,16 @@ FactSliderPanel {
}
}
ListElement{
ListElement{
title:"Hover Position control sensitivity"
title:qsTr("Hover Position control sensitivity")
description:"Slide to the left to make flight during hover in position control mode smoother and less twitchy. Slide to the right to make position control more accurate and more aggressive."
description:qsTr("Slide to the left to make flight during hover in position control mode smoother and less twitchy. Slide to the right to make position control more accurate and more aggressive.")
param:"MPC_XY_FF"
param:"MPC_XY_FF"
min:0
min:0
max:1.0
max:1.0
step:0.1
step:0.1
}
}
ListElement{
ListElement{
title:"Plane Roll sensitivity"
title:qsTr("Plane Roll sensitivity")
description:"Slide to the left to make roll control faster and more accurate. Slide to the right if roll oscillates or is too twitchy."
description:qsTr("Slide to the left to make roll control faster and more accurate. Slide to the right if roll oscillates or is too twitchy.")
param:"FW_R_TC"
param:"FW_R_TC"
min:0.2
min:0.2
max:0.8
max:0.8
@ -76,8 +76,8 @@ FactSliderPanel {
}
}
ListElement{
ListElement{
title:"Plane Pitch sensitivity"
title:qsTr("Plane Pitch sensitivity")
description:"Slide to the left to make pitch control faster and more accurate. Slide to the right if pitch oscillates or is too twitchy."
description:qsTr("Slide to the left to make pitch control faster and more accurate. Slide to the right if pitch oscillates or is too twitchy.")
param:"FW_P_TC"
param:"FW_P_TC"
min:0.2
min:0.2
max:0.8
max:0.8
@ -85,8 +85,8 @@ FactSliderPanel {
}
}
ListElement{
ListElement{
title:"Plane Cruise throttle"
title:qsTr("Plane Cruise throttle")
description:"This is the throttle setting required to achieve the desired cruise speed. Most planes need 50-60%."
description:qsTr("This is the throttle setting required to achieve the desired cruise speed. Most planes need 50-60%.")
param:"FW_THR_CRUISE"
param:"FW_THR_CRUISE"
min:0.2
min:0.2
max:0.8
max:0.8
@ -94,8 +94,8 @@ FactSliderPanel {
}
}
ListElement{
ListElement{
title:"Plane Mission mode sensitivity"
title:qsTr("Plane Mission mode sensitivity")
description:"Slide to the left to make position control more accurate and more aggressive. Slide to the right to make flight in mission mode smoother and less twitchy."
description:qsTr("Slide to the left to make position control more accurate and more aggressive. Slide to the right to make flight in mission mode smoother and less twitchy.")
onOldFirmware:showMessage("ESC Calibration","QGroundControl cannot perform ESC Calibration with this version of firmware. You will need to upgrade to a newer firmware.",StandardButton.Ok)
onOldFirmware:showMessage(qsTr("ESC Calibration"),qsTr("QGroundControl cannot perform ESC Calibration with this version of firmware. You will need to upgrade to a newer firmware."),StandardButton.Ok)
onNewerFirmware:showMessage("ESC Calibration","QGroundControl cannot perform ESC Calibration with this version of firmware. You will need to upgrade QGroundControl.",StandardButton.Ok)
onNewerFirmware:showMessage(qsTr("ESC Calibration"),qsTr("QGroundControl cannot perform ESC Calibration with this version of firmware. You will need to upgrade QGroundControl."),StandardButton.Ok)
onBatteryConnected:showMessage("ESC Calibration","Performing calibration. This will take a few seconds..",0)
onBatteryConnected:showMessage(qsTr("ESC Calibration"),qsTr("Performing calibration. This will take a few seconds.."),0)
onCalibrationSuccess:showMessage("ESC Calibration","Calibration complete. You can disconnect your battery now if you like.",StandardButton.Ok)
onCalibrationSuccess:showMessage(qsTr("ESC Calibration"),qsTr("Calibration complete. You can disconnect your battery now if you like."),StandardButton.Ok)
onConnectBattery:showMessage("ESC Calibration",highlightPrefix+"WARNING: Props must be removed from vehicle prior to performing ESC calibration."+highlightSuffix+" Connect the battery now and calibration will begin.",0)
onConnectBattery:showMessage(qsTr("ESC Calibration"),highlightPrefix+qsTr("WARNING: Props must be removed from vehicle prior to performing ESC calibration.")+highlightSuffix+qsTr(" Connect the battery now and calibration will begin."),0)
onDisconnectBattery:showMessage("ESC Calibration failed","You must disconnect the battery prior to performing ESC Calibration. Disconnect your battery and try again.",StandardButton.Ok)
onDisconnectBattery:showMessage(qsTr("ESC Calibration failed"),qsTr("You must disconnect the battery prior to performing ESC Calibration. Disconnect your battery and try again."),StandardButton.Ok)
readonlypropertystringboardRotationText:"If the autopilot is mounted in flight direction, leave the default value (ROTATION_NONE)"
readonlypropertystringboardRotationText:qsTr("If the autopilot is mounted in flight direction, leave the default value (ROTATION_NONE)")
readonlypropertystringcompassRotationText:"If the compass or GPS module is mounted in flight direction, leave the default value (ROTATION_NONE)"
readonlypropertystringcompassRotationText:qsTr("If the compass or GPS module is mounted in flight direction, leave the default value (ROTATION_NONE)")
readonlypropertystringcompassHelp:"For Compass calibration you will need to rotate your vehicle through a number of positions. Most users prefer to do this wirelessly with the telemetry link."
readonlypropertystringcompassHelp:qsTr("For Compass calibration you will need to rotate your vehicle through a number of positions. Most users prefer to do this wirelessly with the telemetry link.")
readonlypropertystringgyroHelp:"For Gyroscope calibration you will need to place your vehicle on a surface and leave it still."
readonlypropertystringgyroHelp:qsTr("For Gyroscope calibration you will need to place your vehicle on a surface and leave it still.")
readonlypropertystringaccelHelp:"For Accelerometer calibration you will need to place your vehicle on all six sides on a perfectly level surface and hold it still in each orientation for a few seconds."
readonlypropertystringaccelHelp:qsTr("For Accelerometer calibration you will need to place your vehicle on all six sides on a perfectly level surface and hold it still in each orientation for a few seconds.")
readonlypropertystringlevelHelp:"To level the horizon you need to place the vehicle in its level flight position and press OK."
readonlypropertystringlevelHelp:qsTr("To level the horizon you need to place the vehicle in its level flight position and press OK.")
readonlypropertystringairspeedHelp:"For Airspeed calibration you will need to keep your airspeed sensor out of any wind and then blow across the sensor."
readonlypropertystringairspeedHelp:qsTr("For Airspeed calibration you will need to keep your airspeed sensor out of any wind and then blow across the sensor.")
readonlypropertystringstatusTextAreaDefaultText:"Start the individual calibration steps by clicking one of the buttons above."
readonlypropertystringstatusTextAreaDefaultText:qsTr("Start the individual calibration steps by clicking one of the buttons above.")