We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 144eee7 + fee7363 commit ac2ed7fCopy full SHA for ac2ed7f
src/main/java/org/littletonrobotics/frc2024/subsystems/drive/Module.java
@@ -120,7 +120,7 @@ public SwerveModulePosition[] getModulePositions() {
120
121
/** Get turn angle of module as {@link Rotation2d}. */
122
public Rotation2d getAngle() {
123
- return inputs.turnAbsolutePosition;
+ return inputs.turnPosition;
124
}
125
126
/** Get position of wheel rotations in radians */
0 commit comments