View Single Post
  #6   Spotlight this post!  
Unread 06-02-2014, 15:42
jls667 jls667 is offline
Registered User
None #2579
 
Join Date: Feb 2014
Location: ny
Posts: 25
jls667 is an unknown quantity at this point
Re: Autonomous with Mechanum Wheels

Public void automous() {
myDrive.setSafetyEnabled(false);
myDrive.mecanumDrive_Polar(.5,0,0);
Timer.delay(1.0);
}
Reply With Quote