- :

Check Your Understanding:
  1. 1. True or False. The Pre-Auton function allows for sensor calibration before other parts of the code are run.
  2. True
    False
  3. 2. True or False. Movement Commands should go in the Pre-Auton function.
  4. True
    False
  5. 3. Which code does not belong in the "task autonomous()" section?
  6. Forward until Near
    Gyro-Turn
    Reset Encoder
    VEXnet Remote Arm control.
  7. 4. Where does task main() go in the competiton template?
  8. pre_auton()
    task autonomous()
    task usercontrol()
    It is already included within the #include "Vex_Competition_Includes.c" command.
  9. 5. The Field Control system requires that your robot has a name.
  10. True
    False