diff --git a/src/main/java/frc/robot/subsystems/BasePilotable.java b/src/main/java/frc/robot/subsystems/BasePilotable.java index 48a5cc9..a5b787d 100644 --- a/src/main/java/frc/robot/subsystems/BasePilotable.java +++ b/src/main/java/frc/robot/subsystems/BasePilotable.java @@ -33,6 +33,7 @@ public void drive(double y, double x, double rot){ } /** Creates a new BasePilotable. */ public BasePilotable() { + avantDroit.setInverted(true); arriereDroit.setInverted(true); avantGauche.setInverted(true); }