View Single Post
  #1   Spotlight this post!  
Unread 02-23-2016, 06:37 PM
Rocinante Rocinante is offline
Registered User
FRC #1994
 
Join Date: Jan 2016
Location: Kansas City Kansas
Posts: 4
Rocinante is an unknown quantity at this point
Autonomous Timer Issue

I am having problems with the timer for our autonomous code in iterative command based java.
We can get our first addSequential command to run in our autonomous group but it will not stop.

Here is what we did to try to call a timer for our autonomous command group:

public static double getFPGATimestamp() {
return 0;
}

Does anybody have any ideas how to call a timer to test our code?

Thank you for any information you may offer.

Last edited by Rocinante : 02-23-2016 at 06:41 PM. Reason: Did not include "command based java".
Reply With Quote