changement
This commit is contained in:
parent
4bbead03b2
commit
341581e046
@ -37,8 +37,10 @@ public class Force1 extends CommandBase {
|
||||
double vitesse = (100);
|
||||
if (lanceur.vitesse() > vitesse ){
|
||||
accumulateur.tourneavant();
|
||||
accumulateur.Deaccumuler();
|
||||
if(accumulateur.tourneavant()>1024) {
|
||||
accumulateur.tournearriere();
|
||||
accumulateur.reaccumuler();
|
||||
}
|
||||
if(accumulateur.tournearriere()>-256){
|
||||
accumulateur.stop();
|
||||
|
Loading…
x
Reference in New Issue
Block a user