fix drive

This commit is contained in:
Antoine PerreaultE
2023-02-15 19:38:45 -05:00
parent b20ba544a8
commit d108076593
4 changed files with 5 additions and 6 deletions

View File

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