bouge mieux

This commit is contained in:
samuel desharnais
2026-04-01 19:13:25 -04:00
parent da28ff48db
commit cdca0230a4
3 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ public class BougerGaucheAuto extends Command {
}
else{
if(timer.get() < 0.75){
drivetrain.setControl(drive.withVelocityY(-1.5));
drivetrain.setControl(drive.withVelocityY(1.5));
}
else{
drivetrain.setControl(drive.withVelocityY(0));