mode auto
This commit is contained in:
@@ -41,6 +41,6 @@ public class DescendreBalyeuse extends Command {
|
||||
// Returns true when the command should end.
|
||||
@Override
|
||||
public boolean isFinished() {
|
||||
return false;
|
||||
return Math.abs(balayeuse.Distance()) > balayeuse.EncodeurBalayeuse();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user