I’ve been attempting to run my code for quite a while but everytime I have been met with the same error listed up top. I believe it is because i am not resetting my motors to 0 at some point during the automous command. I used the ./gradlew simulateJava command to run the code, but haven’t had a chance to test this on a real robot.
I think that it’s throwing that error because you’re only setting the motors once in initialize() and not in execute() in your AutonomousDrive command. I don’t think this error will stop motors from moving on a real robot, but I’m not sure.