Moving Forward Flashcards
What is the result when only one motor command is given?
The robot preforms a swing turn.
Before you reflect one of the robot’s motors, what is the result when you created a program that turned on each motor at a positive power level of 127?
One wheel went forward and the other went backwards. The robot preformed a point turn.
Should you change pragma statements manually?
Pragma statements should only be changed using the Motors and Sensors Setup menu.
Is it necessary to give the motors custom names? Why?
No. Renaming motors is optional, but it can simplify writing and reading code.
What does the the number between the parenthesis of the wait1msec command represent?
It represents the number of milliseconds the robot will stay at the wait1msec command before moving on in the program.
How could you make the robot move a longer distance?
You could increase the number of milliseconds in the wait1msec command or increase the power levels of the motors.