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

AttributeError: 'project' has no attribute 'myclass' #203

Open
mipcmhone6s opened this issue Aug 2, 2020 · 5 comments
Open

AttributeError: 'project' has no attribute 'myclass' #203

mipcmhone6s opened this issue Aug 2, 2020 · 5 comments

Comments

@mipcmhone6s
Copy link

mipcmhone6s commented Aug 2, 2020

맘보 디렉트 실행할때 오류화면

Hello! @amymcgovern
I really like this project.

I ran "demoMamboDirectFlight.py", but I met this issue.

Does anyone have solved it?

@sergio14
Copy link

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.
Best.

@toncho11
Copy link

toncho11 commented Nov 2, 2022

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. Best.

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?

@amymcgovern
Copy link
Owner

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)

@toncho11
Copy link

toncho11 commented Nov 3, 2022

I see. You mean the Minidrones are no longer supported?

@amymcgovern
Copy link
Owner

Yes, parrot stopped supporting anything except the anafi

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

4 participants