This commit is contained in:
Antoine PerreaultE 2025-01-29 19:37:35 -05:00
parent 20c95efe93
commit ee2c9ff4b2

View File

@ -24,7 +24,8 @@ 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);