testing storage PID

This commit is contained in:
Elijah Price
2020-02-29 09:54:43 -07:00
parent 7c9bdc030f
commit 9f1368016c
3 changed files with 4 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;
}
}