This commit is contained in:
Antoine PerreaultE 2025-02-24 19:52:02 -05:00
parent 5d84d83f7d
commit 9f83b61c46

View File

@ -31,7 +31,7 @@ public class ElevateurManuel extends Command {
if(elevateur.limit2()==true){ if(elevateur.limit2()==true){
elevateur.vitesse(0); elevateur.vitesse(0);
} }
elevateur.vitesse(doubleSupplier.getAsDouble()/5); elevateur.vitesse(doubleSupplier.getAsDouble()/7);
} }
// Called once the command ends or is interrupted. // Called once the command ends or is interrupted.