mirror of https://github.com/ArduPilot/ardupilot
Tools: fixed airport parameters in Flight Gear shell scripts
This commit is contained in:
parent
b46d22f08b
commit
8d672ca7f8
|
@ -7,7 +7,7 @@ nice fgfs \
|
||||||
--fdm=external \
|
--fdm=external \
|
||||||
--aircraft=Rascal110-JSBSim \
|
--aircraft=Rascal110-JSBSim \
|
||||||
--fg-aircraft="$AUTOTESTDIR/aircraft" \
|
--fg-aircraft="$AUTOTESTDIR/aircraft" \
|
||||||
--airport=YKRY \
|
--airport=KSFO \
|
||||||
--geometry=650x550 \
|
--geometry=650x550 \
|
||||||
--bpp=32 \
|
--bpp=32 \
|
||||||
--disable-hud-3d \
|
--disable-hud-3d \
|
||||||
|
|
|
@ -7,7 +7,7 @@ nice fgfs \
|
||||||
--fdm=external \
|
--fdm=external \
|
||||||
--aircraft=arducopter \
|
--aircraft=arducopter \
|
||||||
--fg-aircraft="$AUTOTESTDIR/aircraft" \
|
--fg-aircraft="$AUTOTESTDIR/aircraft" \
|
||||||
--airport=YKRY \
|
--airport=KSFO \
|
||||||
--geometry=650x550 \
|
--geometry=650x550 \
|
||||||
--bpp=32 \
|
--bpp=32 \
|
||||||
--disable-hud-3d \
|
--disable-hud-3d \
|
||||||
|
|
Loading…
Reference in New Issue