This commit is contained in:
EdwardFaucher
2023-03-21 19:49:40 -04:00
parent 4447a2bb9f
commit 65e89a338b
2 changed files with 5 additions and 4 deletions

View File

@ -30,7 +30,7 @@ public class Avancer extends CommandBase {
// Called every time the scheduler runs while the command is scheduled.
@Override
public void execute() {
basePilotable.drive(0.3,0);
basePilotable.drive(0.4,0);
}
// Called once the command ends or is interrupted.