Skip to content

Commit

Permalink
Critical fix ⚠️
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Oct 29, 2024
1 parent face2f4 commit fee7363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public SwerveModulePosition[] getModulePositions() {

/** Get turn angle of module as {@link Rotation2d}. */
public Rotation2d getAngle() {
return inputs.turnAbsolutePosition;
return inputs.turnPosition;
}

/** Get position of wheel rotations in radians */
Expand Down

0 comments on commit fee7363

Please sign in to comment.