mode auto

This commit is contained in:
samuel desharnais
2026-03-24 17:52:09 -04:00
parent a7fb3108ea
commit 7d2b2ea139
18 changed files with 277 additions and 73 deletions

View File

@@ -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();
}
}