Class DrivebaseOperator

java.lang.Object
frc8768.robot.operators.Operator
frc8768.robot.operators.DrivebaseOperator

public class DrivebaseOperator extends Operator
Operator for driving the bot
  • Constructor Details

    • DrivebaseOperator

      public DrivebaseOperator(SwerveSubsystem swerve)
      Make an instance of the operator
      Parameters:
      swerve - The required subsystem for this operator.
  • Method Details

    • run

      public void run()
      Description copied from class: Operator
      The operator-specific code
      Specified by:
      run in class Operator