Performance Test 1
//Set motor Speeds to 30 percent
motorSpeed(4,30);
//run motors until the top of the hill
goToAbsolutePosition(150);
motorSpeed(4,0);
//coast until the gate
Performance Test 1
//Set motor Speeds to 30 percent
motorSpeed(4,30);
//run motors until the top of the hill
goToAbsolutePosition(150);
motorSpeed(4,0);
//coast until the gate