Skip to content
GitLab
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
cdd2f9fb
Commit
cdd2f9fb
authored
Dec 03, 2012
by
Thomas Gubler
Browse files
FG HIL: removed setting of fg-root
parent
b791e299
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/QGCFlightGearLink.cc
View file @
cdd2f9fb
...
...
@@ -429,7 +429,7 @@ bool QGCFlightGearLink::connectSimulation()
// terrasync -p 5505 -S -d /usr/local/share/TerraSync
/*Prepare FlightGear Arguments */
flightGearArguments
<<
QString
(
"--fg-root=%1"
).
arg
(
fgRoot
);
//
flightGearArguments << QString("--fg-root=%1").arg(fgRoot);
flightGearArguments
<<
QString
(
"--fg-scenery=%1:%2"
).
arg
(
fgScenery
).
arg
(
terraSyncScenery
);
//according to http://wiki.flightgear.org/TerraSync a separate directory is used
flightGearArguments
<<
QString
(
"--fg-aircraft=%1"
).
arg
(
fgAircraft
);
if
(
mav
->
getSystemType
()
==
MAV_TYPE_QUADROTOR
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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