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. (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonDev07 authored Feb 24, 2024
1 parent ca82901 commit 2ec9fd2
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;
public static double droneLaunchPos = 0.5;

// ------ Declare Motors ------ //
Expand Down

0 comments on commit 2ec9fd2

Please sign in to comment.