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

Change claw pos back to what it was before, told you so omar. #100

Merged
merged 2 commits into from
Feb 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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