Class SimulationBoard

    • Constructor Detail

      • SimulationBoard

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

      • teleopInit

        public void teleopInit()
        Description copied from class: TeleopInterface
        call this function once to run teleop init code.

        ONLY CALLED ONCE

        Overrides:
        teleopInit in class TeleopInterface
      • teleopPeriodic

        public void teleopPeriodic()
        Description copied from class: TeleopInterface
        call this function repeatedly to run teleop periodic code.

        CALLED REPEATEDLY

        Overrides:
        teleopPeriodic in class TeleopInterface