Class ProvidedMecanumTeleop


  • public class ProvidedMecanumTeleop
    extends TeleopInterface
    This program performs a basic mecanum drive using the provided algorithim
    • Constructor Detail

      • ProvidedMecanumTeleop

        public ProvidedMecanumTeleop​(RobotHardware Robot)
        This program performs a basic mecanum drive using a provided algorithim
        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