mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 08:48:01 -06:00
Limit switches for extenders
Co-Authored-By: llamakingker <llamakingker@users.noreply.github.com> #janky
This commit is contained in:
@@ -106,7 +106,7 @@ public void storageIntake(Intake intake) {
|
||||
m_storageMotor.set(0);
|
||||
}
|
||||
if (m_beamSensors[0].get()){
|
||||
m_intake.runExtender(-0.3);
|
||||
m_intake.runExtender(-0.3);
|
||||
m_storagePIDController.setReference(10, ControlType.kPosition);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user