Objective - Learning computer science skills and the Python programming language in a team setting to control a Tello EDU minidrone
Research Flights and Codes
The code on the left will make the drone fly in a square. The video above is of the drone making a square.
Code to make the Tello drone do a flip.
The drone doing a flip.
The code on the left is to make the drone fly in either a square a triangle or make it do a flip. The video above is the drone making a triangle.
Challenge Flights
Limbo Limbo
Code to make the drone take off fly forward under an object then go up and fly over an object and land. It took a few tries but we got it eventually.
Circles In The Air
For this one we had to make the drone make a horizontal circle, a vertical circle, and a diagonal circle.
Regular Polygon
This one was a bit challenging we had to make the code such that it asks you for the number of sides in a polygon then it will calculate the amount of degrees to make that many sides.
Octagon
This is the same concept as the square flight above, we just had to make the drone fly eight sides instead of four and we did this by making the angle it turns 45 degrees instead of 90 degrees.
Stay In Your Lane
This challenge wasn't much of a challenge, the drone just had to fly forward through the hula hoop and make a 90 degree turn and land.