Log in

View Full Version : Teleop


Team1605
03-03-2014, 20:32
can i control the speed of a motor in both autonomous and teleop mode? btw i am programming in java...

irvingc
03-03-2014, 20:34
Yes, the same code will work in either mode. You should probably be calling the set() method on a Talon/Jaguar/Victor object with a speed parameter that is between -1.0 and 1.0.