Tello Drone Code and Video
Drone Combo Flight
The drone, while completing its task, barely managed to do it. The video was still uploaded as it looked better to land within a hairs breadth but it took several try's just to get the drone to connect to the code.
drone walk
Overall this was incredibly easy. If there was one thing that I had difficulty with it was getting the drone to turn on and properly connect as it was being rather finnicky.
Obstacle Dodging Flight
This was an incredibly hard project. The difficulty came not from writing the code but some form of error in it. No matter what I tried the drone would not move whatever direction I gave it. I had to rewrite the code from scratch in another file and that appeared to work.
Controllable Drone Flight
A personal favorite of mine. The code was hard to figure out at first but when I figured it out the rest was pretty easy and all of the processes went smoothly.
Programmable polygon flight
Due to how python takes variables this required a lot of effort. The code must take a number from the user, divide it, return it then ask for it as a string from the user in order to proceed.
Drone Race
This was the fastest code to run for me. The code was finished in 5-10 minutes as not much brainstorming was required, connecting was easy, testing worked the first time and the code finishes rather fast.
Octagon Flight
Flies in an octagon. Simple so the code from the polygon flight and action flight was repurposed to make this.