mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-08 16:28:03 -06:00
phoenix
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user