Skip to content

Commit 0579f25

Browse files
Automated commit at 03/21/2024 20:13:51
1 parent 70dfb60 commit 0579f25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,4 @@ task (commitOnDeploy, dependsOn: "spotlessApply") {
199199
}
200200
}
201201

202-
// compileJava.dependsOn commitOnDeploy
202+
compileJava.dependsOn commitOnDeploy

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public static final class DriveConstants {
9494

9595
public static final double alignmentkPMax = 7.0;
9696
public static final double alignmentkPMin = 5.0;
97-
public static final double alignmentkI = 4.5;
97+
public static final double alignmentkI = 5.5;
9898
public static final double alignmentkD = 0.0;
9999

100100
public static final double vXkP = 5.0;

src/main/java/frc/robot/subsystems/scoring/HoodIOSparkFlex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public HoodIOSparkFlex() {
5050

5151
hoodMotor.setIdleMode(CANSparkFlex.IdleMode.kBrake);
5252

53-
hoodMotor.setSmartCurrentLimit(120);
53+
hoodMotor.setSmartCurrentLimit(140);
5454
}
5555

5656
@Override

0 commit comments

Comments
 (0)