private GRTJaguar topJag3;
private GRTJaguar topJag4;
private GRTJaguar topJag5;
public BenchMechanism() {
bottomJag1 = new GRTJaguar(2);
bottomJag1.start();
bottomJag2 = new GRTJaguar(3);
bottomJag2.start();
bottomJag3 = new GRTJaguar(4);
bottomJag3.start();
bottomJag4 = new GRTJaguar(5);
bottomJag4.start();
topJag1 = new GRTJaguar(6);
topJag1.start();
topJag2 = new GRTJaguar(7);
topJag2.start();
topJag3 = new GRTJaguar(8);
topJag3.start();
topJag4 = new GRTJaguar(9);
topJag4.start();
topJag5 = new GRTJaguar(10);
topJag5.start();
addActuator("top1", topJag1);
addActuator("top2", topJag2);
addActuator("top3", topJag3);