This commit is contained in:
parent
41eac85819
commit
891f714f44
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user