-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import Error #1
Comments
This is problem with your PATH variable. I just updated the readme.md with the appropriate export statements. Try those and report back |
I'm still getting the same error, would I have to make these available to /ardupilot/ArduCopter as that is where they are run from and not /home/ ? |
run |
Hey, I get this: vagrant@vagrant-ubuntu-trusty-32:~$ echo $PYTHONPATH When I run those commands from /home/vagrant/ and the same reply when I run Regards
|
Your PYHONPATH does not match the export statements in the README. Make them match and try again. I have also never run my code on vagrant so I am not sure how it will behave. |
Hey,
I can add either VisNav/ and VisNav/common through pythonpath or
VisNav/precisisonland_lib. Adding all three only returns precisionland_lib.
Regards
Kyle
|
That sounds like a linux issue. I am not sure why that is happening. |
should export PYTHONPATH=$PYHTONPATH:$HOME/visnav/PrecisionLand_lib be changed to |
@adrianhsm Good eye! I will put that in my next commit. Thanks |
I'm trying to test you simulator, in vagrant. After following your instructions I am unable to run api start PrecisionLand.py it gets an error importing the files from the Common folder.
The text was updated successfully, but these errors were encountered: