Adding Operator Changes

This commit is contained in:
Shikhar
2026-02-23 19:41:59 -07:00
parent b2d83c0123
commit 0ab81bcea1
2 changed files with 3 additions and 3 deletions
@@ -5,8 +5,8 @@ import edu.wpi.first.math.geometry.Translation2d;
public class FieldPositions {
// public static final Translation2d RED_HUB_POSITION = new Translation2d(0, 0);
// public static final Translation2d BLUE_HUB_POSITION = new Translation2d(0, 0);
public static final Translation2d RED_HUB_POSITION = new Translation2d(11.9014494, 4.0213534);
public static final Translation2d BLUE_HUB_POSITION = new Translation2d(4.61155415, 4.0213534);
public static final Translation2d RED_HUB_POSITION = new Translation2d(11.9014494, 4.0213534 + 0.3);
public static final Translation2d BLUE_HUB_POSITION = new Translation2d(4.61155415, 4.0213534 + 0.3);
// We set the default position to one just in case it doesn't update