|
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?
|