mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
Update PelvicInflammatoryDisease.java
This commit is contained in:
@@ -55,7 +55,6 @@ public abstract class PelvicInflammatoryDisease extends CommandBase {
|
||||
// Returns true when the command should end.
|
||||
@Override
|
||||
public boolean isFinished() {
|
||||
SmartDashboard.putBoolean("isFinished", Math.abs(getError()) < tolerance);
|
||||
return Math.abs(getError()) < tolerance;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user