[an error occurred while processing this directive]
HOME
FUNDAMENTALS
SETUP
MOVEMENT
REMOTE CONTROL
SENSING
[an error occurred while processing this directive] [an error occurred while processing this directive]
Exit
- :
...
...
[an error occurred while processing this directive]
Check Your Understanding:
1. True or False. The Pre-Auton function allows for sensor calibration before other parts of the code are run.
True
False
2. True or False. Movement Commands should go in the Pre-Auton function.
True
False
3. Which code does not belong in the "task autonomous()" section?
Forward until Near
Gyro-Turn
Reset Encoder
VEXnet Remote Arm control.
4. Where does task main() go in the competiton template?
pre_auton()
task autonomous()
task usercontrol()
It is already included within the #include "Vex_Competition_Includes.c" command.
5. The Field Control system requires that your robot has a name.
True
False