Skip to content

Commit ac2ed7f

Browse files
committed
Merge branch 'main' into event_gbtg
2 parents 144eee7 + fee7363 commit ac2ed7f

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/littletonrobotics/frc2024/subsystems/drive

1 file changed

+1
-1
lines changed

src/main/java/org/littletonrobotics/frc2024/subsystems/drive/Module.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public SwerveModulePosition[] getModulePositions() {
120120

121121
/** Get turn angle of module as {@link Rotation2d}. */
122122
public Rotation2d getAngle() {
123-
return inputs.turnAbsolutePosition;
123+
return inputs.turnPosition;
124124
}
125125

126126
/** Get position of wheel rotations in radians */

0 commit comments

Comments
 (0)