This commit is contained in:
Abhishrek05
2024-04-11 17:47:14 -06:00
parent 1a56abe474
commit ce0bafddd9
@@ -218,7 +218,7 @@ public class SwerveModule extends SubsystemBase {
// angleMotor.setControl(new PositionVoltage(currentTicks + deltaTicks));
System.out.println(targetAngle.getDegrees());
angleMotor.setControl(new PositionVoltage(targetAngle.getDegrees()/360.d));
// angleMotor.setControl(new PositionVoltage(targetAngle.getDegrees()/360.d));
// angleMotor.setControl(new PositionVoltage(0));
// angleMotor.set(TalonFXControlMode.Position, currentTicks + deltaTicks);