Quote:
Originally Posted by isaacdl
We're using Timer.delay(xnumberofseconds). Is that what you mean?
|
I believe so... There should be a way of setting a timer to go off in X period of time. In C++ these would be the Timer.Start Timer.Stop and Timer.HasPeriodPassed (Referenced
http://www.virtualroadside.com/WPILib/class_timer.html) Java should have an equivalent. This should not delay the loop you are in which is your problem. (If I am assuming your problem correctly)