You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -529,10 +529,10 @@ public Command shootNote() {
529
529
.alongWith(shooter.runVoltage(ShooterConstants.SHOOTER_UNJAM_VOLTAGE))).withTimeout(0.1).andThen(shooter.runVoltageBoth(rightShooterVolts::get, leftShooterVolts::get) // run shooter full speed
530
530
.alongWith(
531
531
newSequentialCommandGroup(
532
-
indexer.manualCommand(IndexerConstants.INDEXER_OUT_VOLTAGE / 10).withTimeout(0.6), // run intake back for 0.1 seconds
533
-
indexer.manualCommand(IndexerConstants.INDEXER_IN_VOLTAGE) // run intake in to shoot
532
+
indexer.manualCommand(IndexerConstants.INDEXER_OUT_VOLTAGE / 100).withTimeout(1), // run intake back for 0.1 seconds
533
+
/*new WaitCommand(0.8).andThen */(indexer.manualCommand(IndexerConstants.INDEXER_IN_VOLTAGE)) // run intake in to shoot
534
534
))
535
-
.withTimeout(1.5));//.alongWith(new InstantCommand(() -> {NoteVisualizer.shoot().schedule();})); // run the visualizer
535
+
.withTimeout(1.9));//.alongWith(new InstantCommand(() -> {NoteVisualizer.shoot().schedule();})); // run the visualizer
536
536
}
537
537
538
538
/* // Brings the note forward and back for 0.5 seconds each to center it
0 commit comments