This commit is contained in:
2026-01-17 14:26:15 -06:00
parent 1c292e77c7
commit d42af20447
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ public class ServoPositions {
public static double hoodDefault = 0.6; public static double hoodDefault = 0.6;
public static double hoodAuto = 0.25; public static double hoodAuto = 0.27;
public static double hoodAutoFar = 0.5; //TODO: change this; public static double hoodAutoFar = 0.5; //TODO: change this;

View File

@@ -19,6 +19,6 @@ public class ShooterVars {
public static double maxStep = 0.06; // prevents sudden jumps public static double maxStep = 0.06; // prevents sudden jumps
// VELOCITY CONSTANTS // VELOCITY CONSTANTS
public static int AUTO_CLOSE_VEL = 3300; //3300; public static int AUTO_CLOSE_VEL = 3175; //3300;
public static int AUTO_FAR_VEL = 4000; //TODO: test this public static int AUTO_FAR_VEL = 4000; //TODO: test this
} }