made PID, commented out all of the auto stuff cuz it broke the code (im tweakin)

This commit is contained in:
Abhishrek05
2024-02-09 22:01:27 -07:00
parent bd58fb3246
commit 96d612b9a1
4 changed files with 81 additions and 24 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ public final class Constants {
public static final double PIVOT_SPEED = 0.2; //TODO:
public static final class ArmPID {
public static final Gains INTAKE_GAINS = new Gains(0, 0, 0, 0, 0, 1.0);
public static final Gains INTAKE_GAINS = new Gains(0.00005, 0, 0, 0, 0, 1.0);
}
}