View Single Post
  #4   Spotlight this post!  
Unread 07-02-2017, 16:09
Robodawgs2221 Robodawgs2221 is offline
Registered User
FRC #2221
 
Join Date: Jan 2017
Location: Mandeville, Louisiana
Posts: 8
Robodawgs2221 is an unknown quantity at this point
Re: Timer.Delay stops motor movement?

Quote:
Originally Posted by pblankenbaker View Post
...If so, did you disable the motor safety feature? If not...
This seemed to fix my problem. Thanks.

Quote:
Originally Posted by GeeTwo View Post
I'm not sure exactly what you're trying to do, but this many Timer.delay() calls in a single routine is definitely not the code you're looking for. Which robot model are you using (SampleRobot, IterativeRobot, CommandBasedRobot, etc)?
I'm trying to make some basic autonomous codes to modify later. We're using an Iterative model, and if there's any way you could think to make the code a little bit cleaner/more efficient, or even just some tips on transferring from RobotC to Java, that would be amazing
Reply With Quote