File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/java/org/carlmontrobotics/subsystems Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ public void periodic() {
147147 if (newKS != intakeFeedforward .ks || newKV != intakeFeedforward .kv ) {
148148 intakeFeedforward = new SimpleMotorFeedforward (newKS , newKV );
149149 }
150- setRPMIntake (SmartDashboard .getNumber ("Intake target RPM" , 0 ));
151150 SmartDashboard .putBoolean ("instake ds sees" , intakeDetectsNote ());
152151 SmartDashboard .putBoolean ("outtake ds sees" , outtakeDetectsNote ());
153152 SmartDashboard .putNumber ("intake sample rate" , intakeDistanceSensor .getSampleTime ());
@@ -199,7 +198,6 @@ public void setCurrentLimit(int limit) {
199198 }
200199
201200 public void setMaxIntake (int direction ) {
202- intakeMotor .setSmartCurrentLimit (60 );
203201 intakeMotor .set (1 * direction );
204202
205203 }
You can’t perform that action at this time.
0 commit comments