This code uses Code 2 from out Battery Test but revised to be less powerful, as when we used the two big orange propellers on 65%, it flew across the rail and we wanted to make it slower and easier to manage.
// Reverses motors because our sensors are reversed.
reverse(4);
celerate(4,0,25,3);
motorSpeed(4,25);
goFor(2);
brake(4);