This commit is contained in:
Olivier Dubois 2023-12-06 20:08:38 -05:00
parent 2b57758fc5
commit 6635939b11

View File

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