To anyone still lurking:
Just to make sure, where do I put the import and following code?
Currently the related code we have is in our Robot.java
Code:
VictorSP V1 = new VictorSP(1); // Left motor
VictorSP V2 = new VictorSP(0); // Right motor
V1.set(1); // Set speed to 1
V2.set(1); // Set speed to 1