tgfch
This commit is contained in:
@ -41,10 +41,10 @@ public class PivoteBrasMilieux extends CommandBase {
|
||||
brasTelescopique.ouvrir();
|
||||
}
|
||||
if (pivot.distance()<43.5){
|
||||
pivot.monteDescendre(0.6);
|
||||
pivot.monteDescendre(0.7);
|
||||
}
|
||||
else if(pivot.distance()>44.5) {
|
||||
pivot.monteDescendre(-0.6);
|
||||
pivot.monteDescendre(-0.7);
|
||||
}
|
||||
else{
|
||||
pivot.monteDescendre(0);
|
||||
|
Reference in New Issue
Block a user