sitl: fixed fgFDM path

This commit is contained in:
Andrew Tridgell 2012-06-14 15:17:39 +10:00
parent 6d2ac62006
commit 92cb3cdf6f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import sys, os, pexpect, fdpexpect, socket
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__)), '..', '..', '..', '..', 'mavlink', 'pymavlink'))
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', '..', '..', '..', '..', 'mavlink', 'pymavlink'))
import util, fgFDM, atexit