From 92cb3cdf6f21682466f9db58734a03b097f07034 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 14 Jun 2012 15:17:39 +1000 Subject: [PATCH] sitl: fixed fgFDM path --- Tools/autotest/jsbsim/runsim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/jsbsim/runsim.py b/Tools/autotest/jsbsim/runsim.py index 40ada9805c..f6ff225537 100755 --- a/Tools/autotest/jsbsim/runsim.py +++ b/Tools/autotest/jsbsim/runsim.py @@ -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