12 case MAV_TYPE_QUADROTOR:
13 case MAV_TYPE_COAXIAL:
14 case MAV_TYPE_HELICOPTER:
15 case MAV_TYPE_HEXAROTOR:
16 case MAV_TYPE_OCTOROTOR:
17 case MAV_TYPE_TRICOPTER:
18 return QUrl::fromUserInput(
"qrc:/qml/QGroundControl/AutoPilotPlugins/APM/APMAdvancedTuningCopterComponent.qml");
20 return QUrl::fromUserInput(QString());
APMAdvancedTuningCopterComponent(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr)
QUrl setupSource() const final
The AutoPilotPlugin class is an abstract base class which represents the methods and objects which ar...
A vehicle component is an object which abstracts the physical portion of a vehicle into a set of conf...
MAV_TYPE vehicleType() const