View Single Post
  #4   Spotlight this post!  
Unread 17-09-2013, 10:39
Matt_4505 Matt_4505 is offline
Registered User
FRC #4505
Team Role: Programmer
 
Join Date: Nov 2012
Rookie Year: 2012
Location: United States
Posts: 16
Matt_4505 is on a distinguished road
Re: Coasting Problems

I'm using the Java Library. My inputs are from the .getY() values of the joysticks. The motors are being controlled through: tankDrive(leftJoystickValue, rightJoystickValue). I have the values from the Joystick.getY() being fed to the dashboard to view them. They always seem to read between .1<->.3 when the joystick is released. Should I be using the route of the .getY() value to drive the robot?
Reply With Quote