ydtfjhgk
This commit is contained in:
		| @@ -3,16 +3,16 @@ package frc.robot; | ||||
| public class Constants { | ||||
|  | ||||
|     //Moteur | ||||
|         public static int lanceur = 0; | ||||
|         public static int avantdroitDrive = 1; | ||||
|         public static int avantdroitAngle = 2; | ||||
|         public static int avantgaucheDrive = 3; | ||||
|         public static int avantgaucheAngle = 4; | ||||
|         public static int arrieredroitDrive = 5; | ||||
|         public static int arrieredroitAngle = 6; | ||||
|         public static int arrieregaucheDrive = 7; | ||||
|         public static int arrieregaucheAngle = 8; | ||||
|         public static int accumulateur = 9; | ||||
|         public static int lanceur = 2; | ||||
|         public static int avantdroitDrive = 18; | ||||
|         public static int avantdroitAngle = 19; | ||||
|         public static int avantgaucheDrive = 0; | ||||
|         public static int avantgaucheAngle = 1; | ||||
|         public static int arrieredroitDrive = 10; | ||||
|         public static int arrieredroitAngle = 11; | ||||
|         public static int arrieregaucheDrive = 8; | ||||
|         public static int arrieregaucheAngle = 9; | ||||
|         public static int accumulateur = 3; | ||||
|          | ||||
|         //limit switch | ||||
|             public static int ballon = 10; | ||||
|   | ||||
| @@ -11,7 +11,7 @@ public class RobotContainer { | ||||
|   public RobotContainer() { | ||||
|     configureBindings(); | ||||
|   } | ||||
|  | ||||
|    | ||||
|   private void configureBindings() {} | ||||
|  | ||||
|   public Command getAutonomousCommand() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user