mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
fixed intake
This commit is contained in:
@@ -166,4 +166,20 @@ public class IntakeReal implements IntakeIO {
|
||||
// m_armMotor.getConfigurator().apply(IntakeConstants.ARM_PID);
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void fixEncoder() {
|
||||
// m_encoder.loadRotations();
|
||||
|
||||
|
||||
// if(retractedLimit()) {
|
||||
m_encoder.resetRotations();
|
||||
// }
|
||||
|
||||
// IntakeConstants.ARM_PID.kP = IntakeConstants.arm_kP.get();
|
||||
// IntakeConstants.ARM_PID.kI = IntakeConstants.arm_kI.get();
|
||||
// IntakeConstants.ARM_PID.kD = IntakeConstants.arm_kD.get();
|
||||
// m_armMotor.getConfigurator().apply(IntakeConstants.ARM_PID);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user