From 1c1e8fb7142e436f832ba8bb7d853e0077244632 Mon Sep 17 00:00:00 2001 From: samuel desharnais Date: Wed, 30 Oct 2024 19:16:34 -0400 Subject: [PATCH] lance --- src/main/java/frc/robot/Commands/Lancer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/frc/robot/Commands/Lancer.java b/src/main/java/frc/robot/Commands/Lancer.java index 9f35fe5..f55e58a 100644 --- a/src/main/java/frc/robot/Commands/Lancer.java +++ b/src/main/java/frc/robot/Commands/Lancer.java @@ -19,7 +19,7 @@ public class Lancer extends Command { // Called when the command is initially scheduled. @Override public void initialize() { - lanceur.setPID(0, 0, 0); + lanceur.PIDlanceur(0, 0, 0); } // Called every time the scheduler runs while the command is scheduled.