Skip to content
Snippets Groups Projects
Commit 07b9fc2a authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

sitl: fixed fgFDM path

parent bd632e9d
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import sys, os, pexpect, fdpexpect, socket ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment