Log in

View Full Version : Autonomous Mode


Yellow Eyes
18-02-2004, 21:08
Does anyone know how many times the code will cycle during autonomous mode?

WCS V
18-02-2004, 21:12
I believe that the code will cycle as fast as possible, so it really depends on what you have there.

deltacoder1020
18-02-2004, 21:16
actually, once the robot goes into autonomous mode it's locked into the while(autonomous_mode) loop - anything inside the if(NEW_SPI_DATA) block will cycle approximately (15 / .0262) times.