simulation
This commit is contained in:
@@ -31,7 +31,7 @@ import frc.robot.subsystems.Pince;
|
||||
public class RobotContainer {
|
||||
|
||||
CommandXboxController manette1 = new CommandXboxController(0);
|
||||
CommandXboxController manette2 = new CommandXboxController(0);
|
||||
CommandXboxController manette2 = new CommandXboxController(1);
|
||||
private final SendableChooser<Command> autoChooser;
|
||||
Pince pince = new Pince();
|
||||
Elevateur elevateur = new Elevateur();
|
||||
|
Reference in New Issue
Block a user