This commit is contained in:
Antoine PerreaultE 2023-03-07 18:44:44 -05:00
parent bcc8ef7f8e
commit cd7604e30f

View File

@ -9,7 +9,6 @@ import frc.robot.subsystems.Gratte;
public class GratteBaisser extends CommandBase { public class GratteBaisser extends CommandBase {
private Gratte gratte; private Gratte gratte;
private int vitesse;
/** Creates a new GratteBaisser. */ /** Creates a new GratteBaisser. */
public GratteBaisser(Gratte gratte) { public GratteBaisser(Gratte gratte) {
this.gratte = gratte; this.gratte = gratte;