Merge branch 'master' into add-falcon-500-motion-magic

This commit is contained in:
Keenan D. Buckley
2020-01-18 22:17:23 +00:00
committed by GitHub
@@ -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);