Encoder Fix code to test

This commit is contained in:
Shikhar
2026-04-09 19:11:53 -06:00
parent aabcc8d5de
commit 042c169b2c
5 changed files with 20 additions and 2 deletions
@@ -111,6 +111,11 @@ public class IntakeReal implements IntakeIO {
}
@Override
public void armFix(double percentOutput) {
m_armMotor.set(percentOutput);
}
@Override
public void updateInputs(IntakeState state) {
m_encoder.update();