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

Autonomous Flight using NavData #23

Open
tkasidakis opened this issue Jul 22, 2021 · 0 comments
Open

Autonomous Flight using NavData #23

tkasidakis opened this issue Jul 22, 2021 · 0 comments

Comments

@tkasidakis
Copy link

Hello to everyone.
I would like to run an autonomous flight for the parrot drone using navdata.

For example i would like to take off at a specific altitude but instead of using time.sleep() i would like to continuously checking the altitude and break when the desired altitude reached.

root@ubuntu:/home/ubuntu# python3 parrot.py
Traceback (most recent call last):
File "parrot.py", line 8, in
print(parrot_drone.navdata.demo)
AttributeError: 'NavData' object has no attribute 'demo'

I am receiving this.

Am i doing something wrong with the navdata.

I fully undertand the docs but it seems that the code doesn't understands me.

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