Uncommented Velocity PID

This commit is contained in:
aarav18
2020-01-24 17:20:15 -07:00
parent 7008ceb453
commit 0da2e35400
2 changed files with 4 additions and 4 deletions
@@ -311,7 +311,7 @@ public class Drive extends SubsystemBase {
m_rightFrontMotor.selectProfileSlot(DriveConstants.SLOT_TURNING, DriveConstants.PID_TURN);
m_rightFrontMotor.set(TalonFXControlMode.Velocity, 0, DemandType.AuxPID, targetAngle);
//m_leftFrontMotor.follow(m_rightFrontMotor, FollowerType.AuxOutput1);
m_rightFrontMotor.set(DemandType.AuxPID, 0);
//m_rightFrontMotor.set(DemandType.AuxPID, 0);
}
public double getGyroYaw() {