Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
73522dd1
Commit
73522dd1
authored
Oct 26, 2012
by
Thomas Gubler
Browse files
added more airplanes
parent
7747c10b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/comm/QGCFlightGearLink.cc
View file @
73522dd1
...
...
@@ -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"
;
...
...
src/ui/QGCHilFlightGearConfiguration.cc
View file @
73522dd1
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment