mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 00:38:00 -06:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user