We are a new FRC team and we are trying to set up the maxswerve wheels. We are using the Java template from here:
The only changes we have made are setting the spark ids to be correct.
When we enable the robot, it starts to move on its own without controller input, and the wheels turn into a diamond shape.
Are we missing some part of the configuration? Or would it be a different problem.
Note:
When trying to turn with the controller, two of the wheels point towards where it needs to go while the other two are off target.
Also when using the stop button on the controller, it works fine and puts the wheels in an X shape, and it stops the movement.