This commit is contained in:
		@@ -24,8 +24,7 @@ import frc.robot.subsystems.Elevateur;
 | 
			
		||||
import frc.robot.subsystems.Pince;
 | 
			
		||||
 | 
			
		||||
public class RobotContainer {
 | 
			
		||||
  CommandXboxController manette1 = new CommandXboxController(0);
 | 
			
		||||
  CommandXboxController manette2 = new CommandXboxController(0);
 | 
			
		||||
 
 | 
			
		||||
  Pince pince = new Pince();
 | 
			
		||||
  Elevateur elevateur = new Elevateur();
 | 
			
		||||
  ElevateurManuel elevateurManuel = new ElevateurManuel(elevateur, manette2::getLeftY);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user