|
Re: Twitching Robot
We are having the same problem. Our robot motors twitch whenever the motor is enabled, including when our robot is running under commands (joysticks giving robot commands,) and when at rest. We programmed a dead zone on the joysticks when at rest, so there are literally no inputs. We are using a fully charged battery and there are no networks with the same IP nearby. Any ideas?
Edit: Never Mind, Doing FRC, not FTC
__________________
Code:
while (life){
frcObsession = true;
obs.ProgramAndObsess();
}
if (!life) life = true;
Last edited by Peragore : 19-02-2011 at 11:14.
|