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