|
Re: Java Autonomous Periodic
Use initAutonomous() instead to only have it run once. Your code will not run 50 times per second, but it will loop back every time the method finishes (until autonomous is complete)
__________________
All opinions are my own.
|