This commit is contained in:
Antoine PerreaultE 2024-03-27 18:14:38 -04:00
parent 41eac85819
commit 891f714f44

View File

@ -56,6 +56,7 @@ public class RobotContainer {
//joystick
CommandJoystick joystick = new CommandJoystick(0);
CommandXboxController manette = new CommandXboxController(1);
CommandXboxController manette1 = new CommandXboxController(3);
//command
Balayer balayer = new Balayer(balayeuse, accumulateur);
@ -69,7 +70,7 @@ public class RobotContainer {
Debalayer debalayer = new Debalayer(balayeuse, accumulateur);
public RobotContainer() {
dashboard.addCamera("limelight", "limelight","limelight.local:5800")
.withSize(3,4)
.withPosition(7,0);