Button Binding Fixes

This commit is contained in:
Ryan Manley
2022-03-06 11:14:30 -07:00
parent 7cadbf5025
commit e871afa4a4
3 changed files with 44 additions and 36 deletions
@@ -54,7 +54,7 @@ public class Intake extends SubsystemBase {
* @param rightTrigger Right Trigger to Run +
*/
public void runWithTriggers(double leftTrigger, double rightTrigger) {
m_intakeMotor.set(rightTrigger - leftTrigger);
m_intakeMotor.set((rightTrigger - leftTrigger) * 0.25);
}
/**
* Runs The Extender