Skip to content

Commit fb45ccf

Browse files
authored
Merge pull request #27 from tbeadle/remove-slew-constants
Remove constants related to the old slew rate limiter.
2 parents 7f7c62c + d9551b4 commit fb45ccf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/frc/robot/Constants.java

-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ public static final class DriveConstants {
2828
public static final double kMaxSpeedMetersPerSecond = 4.8;
2929
public static final double kMaxAngularSpeed = 2 * Math.PI; // radians per second
3030

31-
public static final double kDirectionSlewRate = 1.2; // radians per second
32-
public static final double kMagnitudeSlewRate = 1.8; // percent per second (1 = 100%)
33-
public static final double kRotationalSlewRate = 2.0; // percent per second (1 = 100%)
34-
3531
// Chassis configuration
3632
public static final double kTrackWidth = Units.inchesToMeters(26.5);
3733
// Distance between centers of right and left wheels on robot

0 commit comments

Comments
 (0)