-
Notifications
You must be signed in to change notification settings - Fork 680
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
ERROR: Unable to locate a modulefile for 'GPSInput' #1255
Comments
The MAVProxy modules need to run within MAVProxy. So, you'd first run |
Thank you for your reply! I can now successfully enter the MAVProxy terminal and run |
So you will need to send your updated data to that port. The json structure is:
|
Thank you for your guide! I took your advice to send the message to my drone by using UPD; however, my Mission Planner still could not receive the longitude and latitude I sent. Maybe I have something wrong with the parameter setting in my JSON file, so I tried to find some working examples on the official website but didn't see any. Could you show me an example of creating the correct JSON file? Below is my current setting.
|
I've tested your code. I needed to change 2 things toget it working:
|
It can work now! Thank you very much for your help! |
Hi,
I was trying to use the modules you released on the official website, so I followed the developer's guide to install MAVProxy and ran the command
python setup.py build install --user
. I think the installation was successful because the output message from the terminal showedHowever, when I ran
Module load GPSInput
,I got the error
ERROR: Unable to locate a modulefile for 'GPSInput'
I also used
module avail
to see what modules are available to load. I got the below messageIt showed that MAVProxy was not under the folder of
modulefiles
.I am wondering whether I missed some installation steps that caused this problem.
How do I fix the problem? I am looking forward to seeing your reply!
Best,
jiahau
The text was updated successfully, but these errors were encountered: