limelight mode auto
This commit is contained in:
		@@ -73,7 +73,7 @@ public class RobotContainer {
 | 
			
		||||
        autoChooser = AutoBuilder.buildAutoChooser("New Auto");
 | 
			
		||||
        SmartDashboard.putData("Auto Mode", autoChooser);
 | 
			
		||||
        configureBindings();
 | 
			
		||||
        
 | 
			
		||||
        NamedCommands.registerCommand("AprilTag", new AprilTag3G(limelight3g, drivetrain, null, null));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private void configureBindings() {
 | 
			
		||||
 
 | 
			
		||||
@@ -31,7 +31,7 @@ import frc.robot.TunerConstants.TunerConstants.TunerSwerveDrivetrain;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Class that extends the Phoenix 6 SwerveDrivetrain class and implements
 | 
			
		||||
 * Subsystem so it can easily be used in command-based projects.
 | 
			
		||||
 * Subsystem so it can easily be used in command-based projeScts.
 | 
			
		||||
 */
 | 
			
		||||
public class CommandSwerveDrivetrain extends TunerSwerveDrivetrain implements Subsystem {
 | 
			
		||||
    
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user