Skip to content

Commit

Permalink
Update NavXSwerve.java
Browse files Browse the repository at this point in the history
  • Loading branch information
thenetworkgrinch authored Feb 20, 2024
1 parent eb6414d commit a6f3fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/swervelib/imu/NavXSwerve.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public Rotation3d getRawRotation3d()
@Override
public Rotation3d getRotation3d()
{
return gyro.getRotation3d().minus(offset);
return getRawRotation3d().minus(offset);
}

/**
Expand Down

0 comments on commit a6f3fa6

Please sign in to comment.