Base pilotable

This commit is contained in:
2022-11-14 19:46:09 -05:00
parent 5afe54c3b6
commit de18ce1961
3 changed files with 19 additions and 5 deletions

View File

@ -16,10 +16,9 @@ package frc.robot;
*/
<<<<<<< HEAD
public final class Constants {}
private static final int MoteurAvantGauche = (0);
private static final int MoteurAvantDroit = (0);
private static final int MoteurArriereDroit = (0);
private static final int MoteurArriereGauche = (0);
private static final int MoteurArriereDroit = (0);
=======
public final class Constants {