mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 08:38:02 -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.
|
// Returns true when the command should end.
|
||||||
@Override
|
@Override
|
||||||
public boolean isFinished() {
|
public boolean isFinished() {
|
||||||
SmartDashboard.putBoolean("isFinished", Math.abs(getError()) < tolerance);
|
|
||||||
return Math.abs(getError()) < tolerance;
|
return Math.abs(getError()) < tolerance;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user