Intake Roller Changes

This commit is contained in:
2026-03-14 13:14:19 -04:00
parent 72a07b3d7a
commit a6dca0925f

View File

@@ -31,6 +31,6 @@ public class IntakeRollerConstants {
.idleMode(kIdleMode)
.smartCurrentLimit(kCurrentLimit)
.inverted(kInvertRightMotor)
.follow(kRightMotorCANID);
.follow(kLeftMotorCANID);
}
}