Skip to content
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

namespace_dir #12

Open
yncity opened this issue Jul 21, 2023 · 1 comment
Open

namespace_dir #12

yncity opened this issue Jul 21, 2023 · 1 comment

Comments

@yncity
Copy link

yncity commented Jul 21, 2023

When I build by using "./waf" directory at ardupilot
The file 'dronecan_dsdlc.py' has a problem of namespace_dir life under script

usage: dronecan_dsdlc.py [-h] [--output OUTPUT] [--build BUILD] [--run-tests]

namespace_dir [namespace_dir ...]

dronecan_dsdlc.py: error: the following arguments are required: namespace_dir

!!! I use ardupilot in Linux at Raspberrypi !!!
How can I fix it?

@Sophoverick
Copy link

I was encountering a similar error when i tried to import ardupilot with poor WiFi using techniques discussed here. It had caused this error, the solution was to git clone the usual way with direct git clone https://github.com/ArduPilot/ardupilot.git and git submodule update --init --recursive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants