|
Re: Jittery Autonomous Code {Java}
Are the motors being controlled by those Jaguar objects also being controlled by a Drive object? I don't even know if that's possible in Java, but if it is, you could be seeing the Motor Safety keeping the drive motors turned off because you aren't calling a Drive command every 100 milliseconds.
|