diff --git a/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/subsystems/HWC.java b/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/subsystems/HWC.java index 1d3b3b5..e3fd4df 100644 --- a/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/subsystems/HWC.java +++ b/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/subsystems/HWC.java @@ -41,7 +41,7 @@ public class HWC { public static double passoverDeliveryPos = 0.2; public static double passoverIntakePos = 0.8; public static double wristDeliveryPos = 0.2; - public static double wristIntakePos = 0.85; + public static double wristIntakePos = 0.8; // ------ Declare Motors ------ // public DcMotorEx leftFront, rightFront, leftRear, rightRear, rightPulley, leftPulley, intakeMotor;