mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Removed wrapping support for talons
This commit is contained in:
@@ -151,7 +151,6 @@ public class TalonFXSwerve extends SwerveMotor
|
||||
@Override
|
||||
public void configurePIDWrapping(double minInput, double maxInput)
|
||||
{
|
||||
motor.configFeedbackNotContinuous(true, 100);
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
@@ -139,7 +139,6 @@ public class TalonSRXSwerve extends SwerveMotor
|
||||
@Override
|
||||
public void configurePIDWrapping(double minInput, double maxInput)
|
||||
{
|
||||
motor.configFeedbackNotContinuous(true, 100);
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user