bouge mieux
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user