Skip to content

Commit

Permalink
amp tune
Browse files Browse the repository at this point in the history
  • Loading branch information
JayK445 committed Mar 23, 2024
1 parent 580d642 commit daeec95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ private void configureButtonBindings() {
translationXSupplier,
translationYSupplier,
DriverStation.getAlliance().get().equals(Alliance.Red) ? -90 : 90)
.alongWith(new PivotAngleCommand(pivotSubsystem, 52)) // FIXME idk
.alongWith(new PivotAngleCommand(pivotSubsystem, 50)) // FIXME idk
.alongWith(new ShooterRampUpCommand(shooterSubsystem, ShooterMode.RAMP_AMP_BACK)));

/* jacob
Expand Down

0 comments on commit daeec95

Please sign in to comment.