Package edu.stuy.subsystems

Examples of edu.stuy.subsystems.Drivetrain.tankDrive()


    }

    @Test
    public void testTankDrive(){
        Drivetrain test = new Drivetrain();
        test.tankDrive(1, 1);
    }

    @Test
    public void testSetGear(){
        Drivetrain test = CommandBase.drivetrain;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.