mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 08:48:05 -06:00
Change Field Pos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user