I’m having the issue with the Spark Motor Controller. The code successfully deploys and the communication between the driver station and the roboRio is good, but when I try to drive the robot nothing moves. Here’s the code that I’m using :
private Spark motorLeft1 = new Spark(Constants.MOTOR_LEFT_1_ID);
private Spark motorLeft2 = new Spark(Constants.MOTOR_LEFT_2_ID);
private Spark motorRight1 = new Spark(Constants.MOTOR_RIGHT_1_ID);
private Spark motorRight2 = new Spark(Constants.MOTOR_RIGHT_2_ID);