limelight mode auto
This commit is contained in:
parent
71a90cd543
commit
7492e21135
@ -73,7 +73,7 @@ public class RobotContainer {
|
|||||||
autoChooser = AutoBuilder.buildAutoChooser("New Auto");
|
autoChooser = AutoBuilder.buildAutoChooser("New Auto");
|
||||||
SmartDashboard.putData("Auto Mode", autoChooser);
|
SmartDashboard.putData("Auto Mode", autoChooser);
|
||||||
configureBindings();
|
configureBindings();
|
||||||
|
NamedCommands.registerCommand("AprilTag", new AprilTag3G(limelight3g, drivetrain, null, null));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void configureBindings() {
|
private void configureBindings() {
|
||||||
|
@ -31,7 +31,7 @@ import frc.robot.TunerConstants.TunerConstants.TunerSwerveDrivetrain;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class that extends the Phoenix 6 SwerveDrivetrain class and implements
|
* 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 {
|
public class CommandSwerveDrivetrain extends TunerSwerveDrivetrain implements Subsystem {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user