For this challenge, the drone had to fly through a hula hoop, turn 90 degrees, fly through another hula hoop, and land inside a hula hoop.
This is the python code used for the drones flight.
GIF of the drone flight.
This challenge required the drone to fly under a beam, rise up and go forward, landing inside a hula hoop.
This is the python code used for the drones flight.
GIF of the drone flying under a beam and over a chair.
This challenge required two drones. The drones had to face diagonal from each other and, in a path forming an octagon, they had to fly, mirroring each other, landing in the hula hoop they started in.
This is the python code used for the drones flight.
GIF of both drones flying a octagon path.
The challenge was to create your initials using coordinates for all or at least one letter. In between initials and at the end, include flips.
For my Initials, I have the letters "C" "M" "L" The code was used to make each of those letters horizontally .
GIF of the drone flying the letters in order, "C" "M" "L"
This challenge was trying to allow the user to input any number of sides, then take off from hula hoop, make the polygon the user wants in air, and land in hula hoop.
This is the python code used for the drones flight. I used outside sources to help with obtaining the code.
GIF of the drone flying a pentagon using the user input.
For this challenge, take off from a hula hoop and using the curve command make a horizontal, vertical, and a diagonal circle. After, land in a hula hoop.
This was the code used to make each circle type, vertical, horizontal, and diagonal.
GIF of the drone flying all 3 types of circles.
The objective for this challenge is to take off from a hula hoop and to go diagonally pass through hoop. Then land on raised platform, take off from the platform, and go diagonally, passing through a second hoop, and landing in another hula hoop.
Code for the drone flying through the hoops, landing on the platform, and landing in the other hula hoop.
GIF of the drone completing the challenge.