We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f7c62c + d9551b4 commit fb45ccfCopy full SHA for fb45ccf
src/main/java/frc/robot/Constants.java
@@ -28,10 +28,6 @@ public static final class DriveConstants {
28
public static final double kMaxSpeedMetersPerSecond = 4.8;
29
public static final double kMaxAngularSpeed = 2 * Math.PI; // radians per second
30
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
-
35
// Chassis configuration
36
public static final double kTrackWidth = Units.inchesToMeters(26.5);
37
// Distance between centers of right and left wheels on robot
0 commit comments