Skip to content

Commit 89a8d18

Browse files
committed
Update at 'Mon Jun 02 20:54:16 EDT 2025'
1 parent a7f5224 commit 89a8d18

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
@@ -217,7 +217,7 @@ private Command driveWithJoystick() {
217217
* MaxAngularRate) // Drive counterclockwise with negative X (left)
218218
);
219219
}
220-
double limit = 1.9;
220+
double limit = 1.85;
221221
private SlewRateLimiter limitx = new SlewRateLimiter(limit);
222222
private SlewRateLimiter limity = new SlewRateLimiter(limit);
223223

0 commit comments

Comments
 (0)