Class MotorTester

    • Constructor Detail

      • MotorTester

        public MotorTester​(RobotHardware Robot)
        This program performs a basic tank drive simulation
        Parameters:
        Robot - RobotHardware for controlling the motors and sensors
    • Method Detail

      • testInit

        public void testInit()
        Description copied from class: TestInterface
        call this function once to run test init code.

        ONLY CALLED ONCE

        Overrides:
        testInit in class TestInterface
      • testPeriodic

        public void testPeriodic()
        Description copied from class: TestInterface
        call this function repeatedly to run test periodic code.

        CALLED REPEATEDLY

        Overrides:
        testPeriodic in class TestInterface