amymcgovern / pyparrot

Python interface for Parrot Drones
MIT License
274 stars 129 forks source link

Example code #197

Open lucasantoro opened 4 years ago

lucasantoro commented 4 years ago

Good evening, Where are the code for ai_class and workshop? I'm very interested in study these applications as student attending a course of robotics engineering. Thank you very much for consideration and kindness

amymcgovern commented 4 years ago

https://github.com/amymcgovern/pyparrot/tree/master/coursework

lucasantoro commented 4 years ago

Good morning, I read all documents, but the code related to these task where are located? In any case, i'm using 4 mambo with an uwb system, do you have some suggestion to realize a swarm of these little drone? i thought to send the (x,y) position to the drone via udp. Thank you very much for your consideration and kindness

amymcgovern commented 4 years ago

they just relied on the library itself and wrote their own code, which is not checked in.

Check out https://github.com/amymcgovern/pytello/ also. It will handle swarms easier also since Tello lets you choose IP addresses and connect all to one router. I'm developing that library though there are other Tello python libraries out there also.

lucasantoro commented 4 years ago

Thank you very much for your consideration. I'm checking out your new library. Do you think that is possible to build a waypoint follower drone with mambo parrot and python library? Anyway, to satisfy my curiosity, how can you develope this library? Are you stareted from parrot's SDK from github? I want to learn the proper way to approach at this "new world". Thank you very much again for you kindness

amymcgovern commented 4 years ago

Yes, you can use the vision system to follow waypoints!