Skip to content

Commit ee6d476

Browse files
committed
Update at 'Sat Jun 07 11:58:30 EDT 2025'
1 parent 0375423 commit ee6d476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/RobotContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ private void configureBindings() {
314314
// auto align right
315315
// positive moves right for second param of translation
316316
joystick.b().whileTrue(Commands.parallel(
317-
new DriveToPose(drivetrain, new Transform2d(Units.inchesToMeters(-33.5/2-1.5), Units.inchesToMeters(0.5+2.25+.25 + .5), Rotation2d.fromDegrees(1)), joystick, 8),
317+
new DriveToPose(drivetrain, new Transform2d(Units.inchesToMeters(-33.5/2-1.5), Units.inchesToMeters(0.5+2.25+.25 + .5), Rotation2d.fromDegrees(-1)), joystick, 8),
318318
s_Shooter.shoot()
319319
))
320320
.onFalse(new InstantCommand(()->joystick.setRumble(RumbleType.kBothRumble, 0))

0 commit comments

Comments
 (0)