Removed wrapping support for talons

This commit is contained in:
thenetworkgrinch
2023-02-13 17:26:53 -06:00
parent 8f28956426
commit b9e4b328a9
2 changed files with 0 additions and 2 deletions

View File

@@ -151,7 +151,6 @@ public class TalonFXSwerve extends SwerveMotor
@Override
public void configurePIDWrapping(double minInput, double maxInput)
{
motor.configFeedbackNotContinuous(true, 100);
// Do nothing
}

View File

@@ -139,7 +139,6 @@ public class TalonSRXSwerve extends SwerveMotor
@Override
public void configurePIDWrapping(double minInput, double maxInput)
{
motor.configFeedbackNotContinuous(true, 100);
// Do nothing
}