Instructions (Part I): Write and implement a code that commands your drone to take off and fly forward and return 3 times. Each time your drone must increase its flight distance by an increment of at least 12 inches.
Instructions (Part II): Watch the below video to learn how to use variables when coding your drone.
Instructions (Part III): Write and implement a code that commands your drone to repeat your basic shuttle run using variables. Add one additional component of your own to the code.
Instructions (Part IV): Write and implement a code that commands your drone to take off and fly in the “snake” pattern shown below. You may want to test your code in the simulator first.
Instructions (Part V): Watch the below video to learn how to use logic when coding your drone.
Instructions (Part VI): Write and implement a code that commands your drone to repeat your basic snake mission using logic for left and right. Add one additional component of your own to the code.