@@ -103,6 +103,7 @@ public MiddleNote3AndWingNotesCommand(
103103 new AutoWaitNoteStagedCommand (robotStateSubsystem ),
104104 new PrepShooterCommand (
105105 superStructure , robotStateSubsystem , AutonConstants .Setpoints .MS3 ))),
106+ new WaitCommand (0.02 ),
106107 new SubWooferCommand (robotStateSubsystem , superStructure , magazineSubsystem ),
107108 middleShoot3WingNote3 ,
108109 new ParallelCommandGroup (
@@ -118,14 +119,14 @@ public MiddleNote3AndWingNotesCommand(
118119 robotStateSubsystem , superStructure , magazineSubsystem , intakeSubsystem ),
119120 new DeadeyeHuntCommand (deadeye , driveSubsystem , robotStateSubsystem , ledSubsystem ),
120121 new AutoWaitNoteStagedCommand (robotStateSubsystem ),
121- new VisionShootCommand (
122- robotStateSubsystem , superStructure , magazineSubsystem , intakeSubsystem ),
123-
124- // Backup
125- new DeadeyeHuntCommand (deadeye , driveSubsystem , robotStateSubsystem , ledSubsystem ),
126- new AutoWaitNoteStagedCommand (robotStateSubsystem ),
127122 new VisionShootCommand (
128123 robotStateSubsystem , superStructure , magazineSubsystem , intakeSubsystem ));
124+
125+ // Backup
126+ // new DeadeyeHuntCommand(deadeye, driveSubsystem, robotStateSubsystem, ledSubsystem),
127+ // new AutoWaitNoteStagedCommand(robotStateSubsystem),
128+ // new VisionShootCommand(
129+ // robotStateSubsystem, superStructure, magazineSubsystem, intakeSubsystem));
129130 }
130131
131132 public void generateTrajectory () {
0 commit comments