Class CustomMecanumTeleop


  • public class CustomMecanumTeleop
    extends TeleopInterface
    This program performs a basic mecanum drive using a custom algorithim
    • Constructor Detail

      • CustomMecanumTeleop

        public CustomMecanumTeleop​(RobotHardware Robot)
        This program performs a basic mecanum drive using a custom algorithim
        Parameters:
        Robot - RobotHardware for controlling the motors and sensors (used to avoid overlapping instances)
    • 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