What is Python?
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.
I coded the drone to first takeoff then go forward, elevate up to 50cm, turn about 180degrees, and then turn 90degrees, and finally do a double takeoff.
with python
This program is a curriculum-based program that teaches computer science skills and the Python programming language in a team setting through hands-on use of a Tello EDU minidrone. After utilizing the curriculum in the classroom or after school, students can showcase their skills and accomplishments at *Aerial Challenge Days, competition events where student teams work to solve progressively more difficult challenges.
Using the drone forward, rotate, and forward
using the down command to get below the limbo line to go through
using simple angle commands to make half aan octagon for the drone show
I used the elif code to let the person using it decide what kind of polygon
We used drone. curve to create the different circle types
Using drone. Go
using the drone.go I was able to go diagonally
I made it so that the actions can be repeated to make it look like you are controlling the drone.