mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-26 07:01:39 +00:00
Upgrading to 2025.7.2
This commit is contained in:
@@ -121,7 +121,7 @@ public class PigeonViaTalonSRXSwerve extends SwerveIMU
|
||||
@Override
|
||||
public Rotation3d getRotation3d()
|
||||
{
|
||||
return getRawRotation3d().minus(offset);
|
||||
return getRawRotation3d().rotateBy(offset.unaryMinus());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user