Class TeleopObserver

    • Field Detail

      • robotStateArray

        java.util.List<RobotState> robotStateArray
      • robotStateArrayLog

        edu.wpi.first.util.datalog.StringLogEntry robotStateArrayLog
    • Constructor Detail

    • 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
      • testDisable

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

        ONLY CALLED ONCE

        Overrides:
        testDisable in class TestInterface