2. Programming (Simulator)

Instructions (Part I): Click here to to access the flight simulator (pass=droneblocks2020). Recreate the below code and choose “Launch Mission” from the dropdown menu on the right to test your simulator. 

Instructions (Part II): Click here to learn about drone axes of movement.  Using the same method from above, write your own code that commands your drone to fly in a circle. Test in the simulator.

Instructions (Part III): Recreate each code below to fly in two different square patterns. Test in the simulator. Reflect on the differences between each pattern and how it presents in each code. 

Instructions (Part IV): Develop a method of flying in a square using only two lines of code (Hint: you will need to use a “loop”).  Test in the simulator.