simulation

This commit is contained in:
Antoine PerreaultE
2025-02-03 18:59:31 -05:00
parent 56704c3e68
commit 2ac9cfe8ff
2 changed files with 110 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import frc.robot.subsystems.Requin;
public class RobotContainer {
CommandXboxController manette1 = new CommandXboxController(0);
CommandXboxController manette2 = new CommandXboxController(0);
CommandXboxController manette2 = new CommandXboxController(1);
Requin requin = new Requin();
public RobotContainer() {
configureBindings();