This commit is contained in:
EdwardFaucher 2022-11-28 20:04:46 -05:00
parent e7c7d5caec
commit 9e5ecd1ff1

View File

@ -33,7 +33,7 @@ public void drive(double y, double x, double rot){
} }
/** Creates a new BasePilotable. */ /** Creates a new BasePilotable. */
public BasePilotable() { public BasePilotable() {
avantDroit.setInverted(true); avantDroit.setInverted(false);
arriereDroit.setInverted(true); arriereDroit.setInverted(true);
} }