mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
sitl: fixed fgFDM path
This commit is contained in:
parent
bd632e9d01
commit
07b9fc2a5d
@ -5,7 +5,7 @@ import sys, os, pexpect, fdpexpect, socket
|
|||||||
import math, time, select, struct, signal, errno
|
import math, time, select, struct, signal, errno
|
||||||
|
|
||||||
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', 'pysim'))
|
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', 'pysim'))
|
||||||
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', '..', '..', '..', 'mavlink', 'pymavlink'))
|
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', '..', '..', '..', '..', 'mavlink', 'pymavlink'))
|
||||||
|
|
||||||
import util, fgFDM, atexit
|
import util, fgFDM, atexit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user