Thread: Autonomous Help
View Single Post
  #45   Spotlight this post!  
Unread 23-01-2015, 10:07
curtis0gj curtis0gj is offline
Registered User
FRC #5033 (Beavertronics)
Team Role: Programmer
 
Join Date: Jan 2015
Rookie Year: 2015
Location: Canada
Posts: 121
curtis0gj will become famous soon enough
Re: Autonomous Help

Quote:
Originally Posted by notmattlythgoe View Post
Code:
double distance2 = encoder.get();
How about double distance = encoder.get(); as well?
Reply With Quote