Skip to content

Commit

Permalink
Changed rotation speed scaling to 0.7 (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: ProgrammingSR <[email protected]>
  • Loading branch information
ArnoUUU and ProgrammingSR authored Apr 4, 2024
1 parent be4d0b3 commit c0396b0
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 @@ -164,7 +164,7 @@ public RobotContainer() {
* (1 - m_driverController
.getRightTriggerAxis()
* IOConstants.kSlowModeScalar)
* 0.8,
* 0.7,
!m_driverController.getLeftBumper()),
m_robotDrive));
}
Expand Down

0 comments on commit c0396b0

Please sign in to comment.