From bde4ca17a21bcfae2cf5ed92fd9bcdf62ccc9d8a Mon Sep 17 00:00:00 2001 From: samuel desharnais Date: Wed, 15 Feb 2023 19:25:28 -0500 Subject: [PATCH] hgn --- src/main/java/frc/robot/commands/Reculer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/frc/robot/commands/Reculer.java b/src/main/java/frc/robot/commands/Reculer.java index d7c8c67..ce9aecf 100644 --- a/src/main/java/frc/robot/commands/Reculer.java +++ b/src/main/java/frc/robot/commands/Reculer.java @@ -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, 10, basePilotable); + basePilotable.drive(0.2, 0, 0); } // Called once the command ends or is interrupted.