This commit is contained in:
samuel desharnais
2023-02-15 18:29:34 -05:00
parent 3b6e00bd4b
commit 52539e1f4f
5 changed files with 37 additions and 5 deletions

View File

@ -33,6 +33,9 @@ public class PivotBrasRentre extends CommandBase {
if (pivot.distance()>1){
pivot.monteDescendre(0.5);
}
else if(brasTelescopique.photocell()){
brasTelescopique.Reset();
}
}
// Called once the command ends or is interrupted.