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

Commit

Permalink
Merge pull request #99 from rh-robotics/teo-position-value-change
Browse files Browse the repository at this point in the history
Single value change....
  • Loading branch information
DragonDev07 authored Feb 23, 2024
2 parents 7ace377 + 23e096e commit 73f53e6
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.85;
public static double wristIntakePos = 0.8;

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

0 comments on commit 73f53e6

Please sign in to comment.