We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f5224 commit 89a8d18Copy full SHA for 89a8d18
src/main/java/frc/robot/RobotContainer.java
@@ -217,7 +217,7 @@ private Command driveWithJoystick() {
217
* MaxAngularRate) // Drive counterclockwise with negative X (left)
218
);
219
}
220
- double limit = 1.9;
+ double limit = 1.85;
221
private SlewRateLimiter limitx = new SlewRateLimiter(limit);
222
private SlewRateLimiter limity = new SlewRateLimiter(limit);
223
0 commit comments