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

ESP32Buzz fails @ ardupilotwaf/boards.py, line 119 #21675

Open
Nic-Gould opened this issue Sep 9, 2022 · 0 comments
Open

ESP32Buzz fails @ ardupilotwaf/boards.py, line 119 #21675

Nic-Gould opened this issue Sep 9, 2022 · 0 comments

Comments

@Nic-Gould
Copy link

Bug report

File "/home/user/builds/ardupilot/Tools/ardupilotwaf/boards.py", line 119, in configure
if (cfg.options.enable_custom_controller or self.get_name() == "sitl") and not cfg.options.no_gcs:
AttributeError: 'esp32buzz' object has no attribute 'get_name'

Issue details
./waf configure --board=esp32buzz --debug
results in the above error.

Please describe the problem
ardupilotwaf/boards.py calls a generic method that doesn't exist for Buzz's board.
Deleting the call or changing line 119 to otherwise return true results in a successful config.

Version
Master

Logs

mshingai pushed a commit to mshingai/ardupilot-esp32 that referenced this issue Sep 12, 2022
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

1 participant