QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
RemoteControlCalibrationController.cc File Reference
#include "RemoteControlCalibrationController.h"
#include "Fact.h"
#include "ParameterManager.h"
#include "QGCApplication.h"
#include "QGCLoggingCategory.h"
#include "Vehicle.h"
#include <QtCore/QSettings>
#include <algorithm>
+ Include dependency graph for RemoteControlCalibrationController.cc:

Go to the source code of this file.

Variables

static constexpr const char * msgBeginThrottleDown
 
static constexpr const char * msgBeginThrottleCenter
 
static constexpr const char * msgThrottleUp = QT_TR_NOOP("Move the Throttle stick all the way up and hold it there...")
 
static constexpr const char * msgThrottleDown = QT_TR_NOOP("Move the Throttle stick all the way down and leave it there...")
 
static constexpr const char * msgYawLeft = QT_TR_NOOP("Move the Yaw stick all the way to the left and hold it there...")
 
static constexpr const char * msgYawRight = QT_TR_NOOP("Move the Yaw stick all the way to the right and hold it there...")
 
static constexpr const char * msgRollLeft = QT_TR_NOOP("Move the Roll stick all the way to the left and hold it there...")
 
static constexpr const char * msgRollRight = QT_TR_NOOP("Move the Roll stick all the way to the right and hold it there...")
 
static constexpr const char * msgPitchDown = QT_TR_NOOP("Move the Pitch stick all the way down and hold it there...")
 
static constexpr const char * msgPitchUp = QT_TR_NOOP("Move the Pitch stick all the way up and hold it there...")
 
static constexpr const char * msgPitchCenter = QT_TR_NOOP("Allow the Pitch stick to move back to center...")
 
static constexpr const char * msgExtensionHigh = QT_TR_NOOP("Move the %1 Extension stick to its high value position and hold it there...")
 
static constexpr const char * msgExtensionLow = QT_TR_NOOP("Move the %1 Extension stick to its low value position and hold it there...")
 
static constexpr const char * msgSwitchMinMaxRC = QT_TR_NOOP("Move all the transmitter switches and/or dials back and forth to their extreme positions.")
 
static constexpr const char * msgComplete = QT_TR_NOOP("All settings have been captured. Click Next to write the new parameters to your board.")
 

Variable Documentation

◆ msgBeginThrottleCenter

constexpr const char* msgBeginThrottleCenter
staticconstexpr
Initial value:
= QT_TR_NOOP(
"* Center all sticks as shown in diagram.\n"
"* Please ensure all motor power is disconnected from the vehicle.\n"
"* Click Next to continue"
)

Definition at line 19 of file RemoteControlCalibrationController.cc.

◆ msgBeginThrottleDown

constexpr const char* msgBeginThrottleDown
staticconstexpr
Initial value:
= QT_TR_NOOP(
"* Lower the Throttle stick all the way down as shown in diagram\n"
"* Please ensure all motor power is disconnected AND all props are removed from the vehicle.\n"
"* Click Next to continue"
)

Definition at line 14 of file RemoteControlCalibrationController.cc.

◆ msgComplete

constexpr const char* msgComplete = QT_TR_NOOP("All settings have been captured. Click Next to write the new parameters to your board.")
staticconstexpr

Definition at line 36 of file RemoteControlCalibrationController.cc.

◆ msgExtensionHigh

constexpr const char* msgExtensionHigh = QT_TR_NOOP("Move the %1 Extension stick to its high value position and hold it there...")
staticconstexpr

Definition at line 33 of file RemoteControlCalibrationController.cc.

◆ msgExtensionLow

constexpr const char* msgExtensionLow = QT_TR_NOOP("Move the %1 Extension stick to its low value position and hold it there...")
staticconstexpr

Definition at line 34 of file RemoteControlCalibrationController.cc.

◆ msgPitchCenter

constexpr const char* msgPitchCenter = QT_TR_NOOP("Allow the Pitch stick to move back to center...")
staticconstexpr

Definition at line 32 of file RemoteControlCalibrationController.cc.

◆ msgPitchDown

constexpr const char* msgPitchDown = QT_TR_NOOP("Move the Pitch stick all the way down and hold it there...")
staticconstexpr

Definition at line 30 of file RemoteControlCalibrationController.cc.

◆ msgPitchUp

constexpr const char* msgPitchUp = QT_TR_NOOP("Move the Pitch stick all the way up and hold it there...")
staticconstexpr

Definition at line 31 of file RemoteControlCalibrationController.cc.

◆ msgRollLeft

constexpr const char* msgRollLeft = QT_TR_NOOP("Move the Roll stick all the way to the left and hold it there...")
staticconstexpr

Definition at line 28 of file RemoteControlCalibrationController.cc.

◆ msgRollRight

constexpr const char* msgRollRight = QT_TR_NOOP("Move the Roll stick all the way to the right and hold it there...")
staticconstexpr

Definition at line 29 of file RemoteControlCalibrationController.cc.

◆ msgSwitchMinMaxRC

constexpr const char* msgSwitchMinMaxRC = QT_TR_NOOP("Move all the transmitter switches and/or dials back and forth to their extreme positions.")
staticconstexpr

Definition at line 35 of file RemoteControlCalibrationController.cc.

◆ msgThrottleDown

constexpr const char* msgThrottleDown = QT_TR_NOOP("Move the Throttle stick all the way down and leave it there...")
staticconstexpr

Definition at line 25 of file RemoteControlCalibrationController.cc.

◆ msgThrottleUp

constexpr const char* msgThrottleUp = QT_TR_NOOP("Move the Throttle stick all the way up and hold it there...")
staticconstexpr

Definition at line 24 of file RemoteControlCalibrationController.cc.

◆ msgYawLeft

constexpr const char* msgYawLeft = QT_TR_NOOP("Move the Yaw stick all the way to the left and hold it there...")
staticconstexpr

Definition at line 26 of file RemoteControlCalibrationController.cc.

◆ msgYawRight

constexpr const char* msgYawRight = QT_TR_NOOP("Move the Yaw stick all the way to the right and hold it there...")
staticconstexpr

Definition at line 27 of file RemoteControlCalibrationController.cc.