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