Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit e1db474

Browse files
[autofix.ci] apply automated fixes
1 parent 8bb4b5c commit e1db474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comp-bot/src/main/java/frc/robot/autos/auto_state_machines/LeftNormalAuto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public enum Markers {
266266
.withTransitionTolerance(new PoseErrorTolerance(0.2, 100)),
267267
AutoPoint.ofRed(new Pose2d(9.6, 1.717, Rotation2d.fromDegrees(130)))
268268
.withTransitionTolerance(new PoseErrorTolerance(0.4, 100)),
269-
AutoPoint.ofRed(new Pose2d(8.7, 2.477, Rotation2d.fromDegrees(90)))
269+
AutoPoint.ofRed(new Pose2d(8.7, 2.477, Rotation2d.kCCW_90deg))
270270
.withTransitionTolerance(new PoseErrorTolerance(0.3, 100)),
271271
AutoPoint.ofRed(new Pose2d(8.600, 3.76, Rotation2d.kCCW_90deg))
272272
.withTransitionTolerance(new PoseErrorTolerance(0.3, 100)),

0 commit comments

Comments
 (0)