]> git.taranathan.com Git - FRC2026.git/commitdiff
Update FieldConstants.java
authormaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Tue, 24 Feb 2026 03:19:40 +0000 (19:19 -0800)
committermaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Tue, 24 Feb 2026 03:19:40 +0000 (19:19 -0800)
src/main/java/frc/robot/constants/FieldConstants.java

index 037920c0c1cde397c3bfd29ee287ef87ea5487b0..6fc6512adb89740970c1fe9da6bac2689511c0fb 100644 (file)
@@ -26,7 +26,7 @@ public class FieldConstants {
   public static final double RIGHT_SIDE_TARGET = FIELD_WIDTH * 0.75;
 
   /**The coordinate of the climb position */
-  public static final Pose2d BLUE_CLIMB_LOCATION = new Pose2d(1.5, FIELD_WIDTH/2 - 2.0, new Rotation2d());
+  public static final Pose2d BLUE_CLIMB_LOCATION = new Pose2d(1.5, FIELD_WIDTH/2 - 2.0, new Rotation2d()); // TODO: find this
   public static final Pose2d RED_CLIMB_LOCATION = new Pose2d(0, 0, new Rotation2d());
 
   public static final Pose2d getClimbLocation(){