Skip to content

Commit

Permalink
[#29] merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilok1 committed Mar 9, 2024
1 parent b518494 commit 5e49ae9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,6 @@ public static class AutonomousConstants {
public static final Pose2d AMP_POSE = new Pose2d(new Translation2d(3, 5), new Rotation2d(0d));
public static final double AMP_TOLERANCE = 0.1;

// TODO get real poses to pathfind to
public static final Pose2d TARGET_POSE =
new Pose2d(new Translation2d(0, 0), new Rotation2d(0d));
public static final Pose2d TARGET_POSE = new Pose2d(new Translation2d(0, 0), new Rotation2d(0d));

}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/frc/thunder
Submodule thunder updated 1 files
+4 −3 vision/Limelight.java

0 comments on commit 5e49ae9

Please sign in to comment.