Merge branch 'master' into add-shooter-subsystem-PID-new

This commit is contained in:
Ridgebotics
2020-01-31 05:46:05 +00:00
committed by GitHub
5 changed files with 75 additions and 10 deletions
@@ -55,6 +55,9 @@ public class Drive extends SubsystemBase {
/* set neutral mode */
setDriveTrainNeutralMode(NeutralMode.Brake);
m_leftBackMotor.configNeutralDeadband(0.0); // DO NOT CHANGE
m_rightBackMotor.configNeutralDeadband(0.0); //Ensures motors run at the same speed
/* flip input so forward becomes back, etc */
m_leftFrontMotor.setInverted(false);
m_rightFrontMotor.setInverted(false);