does anyone know how to switch from automous to user operated mode are teams going to the californa copmition
use this years template and the robot will automatically be switched
The template is located here.
is the template a code to get it to work or a programm where you have to incorperate your automous with it
The Template is a file that you open in EasyC and then proceed to add your code into. When you open it up you will see three functions. You only need to worry about 2 of them. Autonomous and Operator Control. The code that is placed into the Autonomous section will be executed in the first 20sec of a match. The code that is placed in the Operator Control section will then execute for the remaining 2min of a match. Remember to put all code in the Operator Control section in a while(true) loop.
its not letting us put any thing in