Added all 4 cameras

This commit is contained in:
Team2890HawkCollective
2026-02-20 17:27:40 -05:00
4 changed files with 60 additions and 9 deletions

View File

@@ -80,7 +80,7 @@ public class IntakeSubsystem extends SubsystemBase {
}
public void retractIntake() {
intakeRotatorPIDController.setSetpoint(0, ControlType.kPosition);
intakeRotatorPIDController.setSetpoint(Constants.IntakeConstants.INTAKE_RETRACT_ENCODER_VALUE, ControlType.kPosition);
}
public Command retractIntakeCommand() {