Skip to content

Commit

Permalink
Merge branch 'main' into event_gbtg
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Oct 29, 2024
2 parents 144eee7 + fee7363 commit ac2ed7f
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 ac2ed7f

Please sign in to comment.