Skip to content

Commit

Permalink
In Auto: Do not stow arm after intaking note. Prepare to Score will m…
Browse files Browse the repository at this point in the history
…ove the arm to desired position.
  • Loading branch information
BrownGenius committed Mar 23, 2024
1 parent 3b711a5 commit 5764cc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public AutoPrepareForIntake(
new ParallelCommandGroup(new ArmToPosition(arm, intakeAngle)),
new AutoIndexPiece(intake, intakeVoltage));
}
addCommands(arm.getStowCommand());
// addCommands(arm.getStowCommand());
if (Constants.debugCommands) {
addCommands(new PrintCommand(" END: " + this.getClass().getSimpleName()));
}
Expand Down

0 comments on commit 5764cc9

Please sign in to comment.