This commit is contained in:
Antoine PerreaultE
2026-03-28 14:35:18 -04:00
parent cb3104152c
commit bd853dfc79
3 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ public class LancerAuto extends Command {
lanceur.Lancer(output);
if(lanceur.Vitesse() >= vitesse-800){
timer.start();
if(timer.get() >0.5){
if(timer.get() >1){
lanceur.Demeler(1);
}

View File

@@ -53,7 +53,7 @@ public class LimelighterAuto extends Command {
@Override
public void execute() {
double[] BotPose = new double[6];
System.out.println("e");
System.out.println("a");
if (limelight3g.getV()) {
if(alliance.isPresent()){
if(alliance.get() == Alliance.Blue){