-
Notifications
You must be signed in to change notification settings - Fork 18k
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
Waf: Update waf submodule to Ardupilot/waf master. #26119
Conversation
Is there a reason to update (bugfix, new feature), or is this just upkeep? |
bugfix. |
Am still having this issue when I use a script to run sitl
outputs
So then I have to go into modules/waf and do
After that running the script works ok |
Did you ever do a |
OK. I have now done a fresh clone of ardupilot
#execute script
So latest version of github/Ardupilot/waf is not in github/Ardupilotardupilot waf submodule, hence this PR also look in ardupilot/modules/waf/waf-light before modules/waf pull from master shebang is #!/usr/bin/env python #script fails #after update #!/usr/bin/env python3 #script succeeds |
This is a user setup error, can you please create a post on ardupilot discuss, link it here, and I will answer there? It's unrelated to this issue. |
|
closing this as fixed here https://discuss.ardupilot.org/t/waf-update-waf-submodule-to-ardupilot-waf-master-user-setup-errror/113544 |
Github/Ardupilot/waf repo has been updated, but Ardupilot is still using previous submodule version. For the mods see #25923.