PDA

View Full Version : Autonomous Function


aeasson
01-15-2008, 10:35 PM
Is there anyway to get the EasyC Autonomous function to execute without the competition dongle?

Kingofl337
01-16-2008, 10:43 AM
Your best bet is to create another function and call it operator control. Then when you finish testing it drag it into autonomous.

gmiller_1249
01-16-2008, 10:50 AM
Is there a template available for the 2008 FRC competition?

BradAMiller
01-16-2008, 04:29 PM
You don't really need a template (like Vex) since the field tells the robot whether it should be in Autonomous or OperatorControl. Just create a Competition Project using the File / New Competition Project menu item. Then just add your code to the Initialize, Autonomous, and OperatorControl functions.

Kingofl337
01-16-2008, 06:10 PM
You may want to check out the getting started tutorials in the help file.