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.
code that controllers the drones flight path using python coding using commands such as forward, counter clockwise turn, back, and down
Drone takes off then flies 165 cm forward which it then performs a backflip by specifying the direction within the flip command to go backwards. Then it rises up 80cm and then turns 180 back towards the direction in which it launched. The drone then descends 90cm and does one 360 degree turn and then flies back 165 cm and lands in the same spot it began.
drone takes off hypothetically going through one hoop turnign 90 degrees then going thorugh another hoop and then landing
drone takes off going forward underneath first bar then up in between over the second bar
two drones take off miroring the other flying together in a octagon
user inputs numebr of sides in the video it is 5 and the drone draws out the object horizontally
drone takes off completing three circles one being horizontal the next vertical and the final one diagnolly
drone takes off flying diagnolly flying through one hoop then lands on a raised platform, then takes off flying thorugh a second hoop diagnolly and then landing
user inputs number of sides of the polygon and the drone flies in the shape of the object vertically
drone completes a series of 8 flips to draw a zigzag line using left and right flip