mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
working new intake
This commit is contained in:
@@ -17,8 +17,9 @@ public interface IntakeIO {
|
||||
public class IntakeState {
|
||||
double currentBounceTime = 0;
|
||||
|
||||
boolean extendedLimit = false;
|
||||
boolean retractedLimit = false;
|
||||
boolean retractedLimitSwitch = false;
|
||||
boolean extendedSoftLimit = false;
|
||||
boolean retractedSoftLimit = false;
|
||||
Angle intakeEncoder = Rotations.of(0);
|
||||
|
||||
Angle armAngle = Rotations.of(0);
|
||||
|
||||
Reference in New Issue
Block a user