Class Auto

java.lang.Object
frc8768.robot.auto.Auto

public class Auto extends Object
Auton example for swerve using PathPlanner
  • Constructor Details

    • Auto

      public Auto(SwerveSubsystem swerve)
      Auto constructor, builds everything.
      Parameters:
      swerve - The Robots swerve subsystem
  • Method Details

    • getSelected

      public edu.wpi.first.wpilibj2.command.Command getSelected()
      Get the current Auton mode
      Returns:
      Current Auton Mode