Movement
Direction
Command
Terms
Drone
100

This command turn your drone to the left or right.

What is yaw?

100

The coDrone will move right with this command.

What is positive Roll?

100

drone.move()   

This command will move the drone based on the set flight variables (set_pitch, set_roll, etc). If given a parameter the move command will execute the movement for the given amount of seconds.

100

Finding errors in a code and correcting them.

What is debug

100

How do you emergency stop?

L1 and down

200

Controls the drones vertical (up and down). 

What is Throttle?

200

The CoDrone will move backward with this command. 

What is negative Pitch?

200

drone.pair()

This function connects your controller with the program. You can also set the specific USB port name.

200

The actual value that a user puts into a function when it is called.

What is an argument?

200

True or False. Walking by a drone while in flight could cause it to go off its flight path. 

True

300

Controls the forward and backward tilt movement.

What is Pitch?

300

This command will make your Codrone spin right. 

What is negative yaw?

300

drone=Drone()

create an object, which is a collection of variables and functions that act on data

300

A placeholder for a value that a function will use. These let the user know that values are required for the function to behave properly 

What is a parameter?

300

How do you pair your controller and your CoDrone?

Hold the putting under the drone for 3 seconds until it flashes yellow and hold down the P on the controller.

400

The horizontal or side to side movement of the drone.

What is roll?

400

This command will make your CoDrone fly higher.

What is positive throttle?

400

drone.land()

will gently bring your CoDrone EDU to the ground

400

What goes next...

ABCD

EFG!

400

What is my favorite color?

Yellow

500

The preset parameter movement that occurs after the pair command. 

What is takeoff?

500

This command will make your drone spin left. 

What is positive yaw?

500

drone.close()

 closes the connection

500


What does each part represent?

(1) - drone.(2) - setup_roll (3)  - (30)



(1) Object (2) movement command (3) power/direction

500

True or False. I should keep the AA batteries in my controller when plugging it into the computer.

False