Fix 2024 auto align

This commit is contained in:
Michael Mikovsky
2025-01-15 17:55:24 -07:00
parent 5f9a38f55d
commit 063fb74b78
4 changed files with 22 additions and 21 deletions
@@ -110,7 +110,7 @@ public class Vision extends Subsystem {
}
lastVisionPose = EstimatedRobotPose.get().estimatedPose.toPose2d();
lastVisionPose.rotateBy(Rotation2d.k180deg);
// lastVisionPose.rotateBy(Rotation2d.k180deg);
// lastVisionPose = new Pose2d(
// lastVisionPose.getTranslation(),
// lastPhysOdomPose.getRotation()