Update to 2024.4.8.5

This commit is contained in:
thenetworkgrinch
2024-02-19 20:48:54 -06:00
parent a5eb6d05e9
commit 8d79dcb8b0
2 changed files with 4 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ public class NavXSwerve extends SwerveIMU
@Override
public Rotation3d getRotation3d()
{
return gyro.getRotation3d().minus(offset);
return getRawRotation3d().minus(offset);
}
/**