Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
Change claw pos back to what it was before, told you so omar.
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonDev07 committed Feb 24, 2024
1 parent 73f53e6 commit 91c85d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.8;
public static double wristIntakePos = 0.85;

// ------ Declare Motors ------ //
public DcMotorEx leftFront, rightFront, leftRear, rightRear, rightPulley, leftPulley, intakeMotor;
Expand Down

0 comments on commit 91c85d7

Please sign in to comment.