You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatestaticfinalSlewRateLimitermJoystickXLimiter = newSlewRateLimiter(25.0); // I think this %/20ms
54
-
privatestaticfinalSlewRateLimitermJoystickYLimiter = newSlewRateLimiter(25.0); // I think this is in m/s/s
53
+
// This is probably doing very little, but it works and I don't have more testing time
54
+
privatestaticfinalSlewRateLimitermJoystickAccelLimiter = newSlewRateLimiter(Constants.DriveConstants.joystickAccelLimit); // I think this joystick percentage
0 commit comments