Working Barrel path, none of the tape measures are pushed

Set motors to coast mode instead of brake to help with stuttering problem
This commit is contained in:
Aarav Shah
2021-02-12 15:34:56 -07:00
parent b5726bfe4a
commit c5eb514923
14 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ public class Robot extends TimedRobot {
m_autonomousCommand = m_robotContainer.getAutonomousCommand();
m_robotContainer.setDriveNeutralMode(NeutralMode.Brake);
m_robotContainer.setDriveNeutralMode(NeutralMode.Coast);
m_robotContainer.setDriveGearState(true);
m_initialTime = System.currentTimeMillis();