|
Re: Driver Station Log Errors
The error is related to your software, not the hardware configuration. Line 68 of your robot.java is creating a new Jaguar object on PWM 4. However, somewhere earlier in your code, you already created an object that is using PWM 4.
If you post your code, we could give more specific answers.
|