This commit is contained in:
Antoine PerreaultE
2024-02-14 17:54:22 -05:00
parent 08d101b8ca
commit 80b0197fe4
5 changed files with 8 additions and 8 deletions

View File

@ -27,8 +27,8 @@ public class Constants {
public static int grimpeurg = 27;
// Swerve
public static int AvantDroitDrive = 17;
public static int AvantDroitAngle = 18;
public static int AvantDroitDrive = 18;
public static int AvantDroitAngle = 17;
public static int AvantGaucheDrive = 2;
public static int AvantGaucheAngle = 3;
public static int ArriereDroitDrive = 11;