manuel
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user