Log in

View Full Version : Robot moves for 1 second, then stops.


SaguaroSwag
08-02-2014, 17:36
Right now we are trying to introduce a logitech gamepad into our code instead of a single joystick. We coded it in but now when we initialize teleop the robot moves for an unknown reason for about a second, then stops.

Joe Ross
08-02-2014, 17:53
one problem is that you are declaring both your cockingMotor and your cockingServo on PWM 6, and the code is probably crashing because of it.