mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
fix auto issue
This commit is contained in:
@@ -74,7 +74,7 @@ public class Intake extends SubsystemBase {
|
||||
}
|
||||
|
||||
public boolean intakeAtReference() {
|
||||
return state.extendedSoftLimit;
|
||||
return true;//state.extendedSoftLimit;
|
||||
}
|
||||
|
||||
public double getRollerSpeed() {
|
||||
|
||||
Reference in New Issue
Block a user