This command turn your drone to the left or right.
What is yaw?
The coDrone will move right with this command.
What is positive Roll?
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.
Finding errors in a code and correcting them.
What is debug
How do you emergency stop?
L1 and down
Controls the drones vertical (up and down).
What is Throttle?
The CoDrone will move backward with this command.
What is negative Pitch?
drone.pair()
This function connects your controller with the program. You can also set the specific USB port name.
The actual value that a user puts into a function when it is called.
What is an argument?
True or False. Walking by a drone while in flight could cause it to go off its flight path.
True
Controls the forward and backward tilt movement.
What is Pitch?
This command will make your Codrone spin right.
What is negative yaw?
drone=Drone()
create an object, which is a collection of variables and functions that act on data
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?
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.
The horizontal or side to side movement of the drone.
What is roll?
This command will make your CoDrone fly higher.
What is positive throttle?
drone.land()
will gently bring your CoDrone EDU to the ground
What goes next...
ABCD
EFG!
What is my favorite color?
Yellow
The preset parameter movement that occurs after the pair command.
What is takeoff?
This command will make your drone spin left.
What is positive yaw?
drone.close()
closes the connection
What does each part represent?
(1) - drone.(2) - setup_roll (3) - (30)
(1) Object (2) movement command (3) power/direction
True or False. I should keep the AA batteries in my controller when plugging it into the computer.
False