diff --git a/ground/openpilotgcs/src/plugins/config/airframe.ui b/ground/openpilotgcs/src/plugins/config/airframe.ui index f3be6b444..f3acc28e9 100644 --- a/ground/openpilotgcs/src/plugins/config/airframe.ui +++ b/ground/openpilotgcs/src/plugins/config/airframe.ui @@ -1389,13 +1389,13 @@ margin:1px; false - + - + - + - + 0 @@ -1417,7 +1417,7 @@ margin:1px; - + Qt::Horizontal @@ -1432,7 +1432,7 @@ margin:1px; - + @@ -1462,9 +1462,9 @@ margin:1px; - + - + 0 @@ -1480,7 +1480,7 @@ margin:1px; Output channel asignmets - + @@ -1644,11 +1644,11 @@ margin:1px; Differential Steering Mix - + - + - + @@ -1685,7 +1685,7 @@ margin:1px; - + @@ -1727,7 +1727,7 @@ margin:1px; - + Qt::Horizontal @@ -1750,7 +1750,7 @@ margin:1px; Front throttle curve - + @@ -1807,7 +1807,7 @@ margin:1px; Rear throttle curve - + @@ -1850,7 +1850,7 @@ margin:1px; - + Qt::Vertical @@ -1863,9 +1863,9 @@ margin:1px; - + - + Qt::Horizontal diff --git a/ground/openpilotgcs/src/plugins/config/configvehicletypewidget.cpp b/ground/openpilotgcs/src/plugins/config/configvehicletypewidget.cpp index b16236fa0..cc7b580b9 100644 --- a/ground/openpilotgcs/src/plugins/config/configvehicletypewidget.cpp +++ b/ground/openpilotgcs/src/plugins/config/configvehicletypewidget.cpp @@ -119,7 +119,7 @@ ConfigVehicleTypeWidget::ConfigVehicleTypeWidget(QWidget *parent) : ConfigTaskWi QStringList airframeTypes; airframeTypes << "Fixed Wing" << "Multirotor" << "Helicopter" << "Ground" << "Custom"; m_aircraft->aircraftType->addItems(airframeTypes); - m_aircraft->aircraftType->setCurrentIndex(1); + m_aircraft->aircraftType->setCurrentIndex(0); //Set default vehicle to Fixed Wing QStringList fixedWingTypes; fixedWingTypes << "Elevator aileron rudder" << "Elevon" << "Vtail"; @@ -655,7 +655,8 @@ void ConfigVehicleTypeWidget::setupAirframeUI(QString frameType) frameType == "HexaCoax" || frameType == "Hexacopter Y6" || frameType == "Octo" || frameType == "Octocopter" || frameType == "OctoV" || frameType == "Octocopter V" || - frameType == "OctoCoaxP" || frameType == "Octo Coax +" ) { + frameType == "OctoCoaxP" || frameType == "Octo Coax +" || + frameType == "OctoCoaxX" || frameType == "Octo Coax X" ) { //Call multi-rotor setup UI setupMultiRotorUI(frameType);