Skip to content

Commit

Permalink
change auto align stage pose
Browse files Browse the repository at this point in the history
  • Loading branch information
penguin212 committed Apr 12, 2024
1 parent a13160c commit e2d6bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public static class AutoAlignConstants {
* corresponding apriltag's pose transformed by a constant distance to the chain. "Stage Left", in this case,
* refers to the left third of the stage when facing the stage from the driver station. We are aware that this
* naming scheme differs from the theatre convention. */
private static final Transform2d STAGE_TAG_TO_ROBOT = new Transform2d(Units.inchesToMeters(17.0),
private static final Transform2d STAGE_TAG_TO_ROBOT = new Transform2d(Units.inchesToMeters(24.0),
Units.inchesToMeters(0),
Rotation2d.fromDegrees(180));

Expand Down

0 comments on commit e2d6bde

Please sign in to comment.