-
Notifications
You must be signed in to change notification settings - Fork 129
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
AttributeError: 'project' has no attribute 'myclass' #203
Comments
Hi, it seems like this is related to untangle updates. You will need to edit: at least line 163 in DroneSensorParser.py and 45 in DroneCommandParser, if you take a look you will note that where my_file.project.myclass need to be replace by my_file.project.get_elements() in order to align to new untangle parser object. |
Yes. This fixed the problem, but why is it not updated in the main code? Maybe because there is a suggestion for another XML parsing library by ShusenLiu? |
I haven't updated as I haven't been supporting the project anymore due to not having working parrot drones anymore (since parrot stopped supporting them) |
I see. You mean the Minidrones are no longer supported? |
Yes, parrot stopped supporting anything except the anafi |
Hello! @amymcgovern
I really like this project.
I ran "demoMamboDirectFlight.py", but I met this issue.
Does anyone have solved it?
The text was updated successfully, but these errors were encountered: