Merge branch 'add-shooter' of https://github.com/Team4388/RiseOfRidgebotics2020 into add-shooter

This commit is contained in:
ryan123rudder
2020-02-29 18:43:38 -07:00
3 changed files with 3 additions and 5 deletions
@@ -42,10 +42,10 @@ public class StoragePositionPID extends CommandBase {
// Returns true when the command should end.
@Override
public boolean isFinished() {
if (startPos + StorageConstants.STORAGE_FULL_BALL == m_storage.getEncoderPos())
/*if (startPos + StorageConstants.STORAGE_FULL_BALL == m_storage.getEncoderPos())
{
return true;
}
}*/
return false;
}
}