Araav Stuff for PID

This commit is contained in:
aarav18
2020-01-31 17:50:43 -07:00
parent e96ccc527a
commit 2d14ef3da3
6 changed files with 39 additions and 28 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ public class Robot extends TimedRobot {
@Override
public void teleopInit() {
m_robotContainer.setDriveNeutralMode(NeutralMode.Brake);
m_robotContainer.setDriveNeutralMode(NeutralMode.Coast);
// This makes sure that the autonomous stops running when
// teleop starts running. If you want the autonomous to