Commit 73522dd1 authored by Thomas Gubler's avatar Thomas Gubler

added more airplanes

parent 7747c10b
......@@ -351,20 +351,6 @@ bool QGCFlightGearLink::connectSimulation()
QString fgScenery;
QString terraSyncScenery;
QString fgAircraft;
// QString aircraft;
// if (mav->getSystemType() == MAV_TYPE_FIXED_WING)
// {
// aircraft = "Rascal110-JSBSim";
// }
// else if (mav->getSystemType() == MAV_TYPE_QUADROTOR)
// {
// aircraft = "arducopter";
// }
// else
// {
// aircraft = "Rascal110-JSBSim";
// }
#ifdef Q_OS_MACX
processFgfs = "/Applications/FlightGear.app/Contents/Resources/fgfs";
......
......@@ -15,6 +15,8 @@ QGCHilFlightGearConfiguration::QGCHilFlightGearConfiguration(UAS* mav,QWidget *p
{
items << "Rascal110-JSBSim";
items << "c172p";
items << "YardStik";
items << "Malolo1";
}
else if (mav->getSystemType() == MAV_TYPE_QUADROTOR)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment