This commit is contained in:
parent
41eac85819
commit
891f714f44
@ -56,6 +56,7 @@ public class RobotContainer {
|
|||||||
//joystick
|
//joystick
|
||||||
CommandJoystick joystick = new CommandJoystick(0);
|
CommandJoystick joystick = new CommandJoystick(0);
|
||||||
CommandXboxController manette = new CommandXboxController(1);
|
CommandXboxController manette = new CommandXboxController(1);
|
||||||
|
CommandXboxController manette1 = new CommandXboxController(3);
|
||||||
|
|
||||||
//command
|
//command
|
||||||
Balayer balayer = new Balayer(balayeuse, accumulateur);
|
Balayer balayer = new Balayer(balayeuse, accumulateur);
|
||||||
@ -69,7 +70,7 @@ public class RobotContainer {
|
|||||||
Debalayer debalayer = new Debalayer(balayeuse, accumulateur);
|
Debalayer debalayer = new Debalayer(balayeuse, accumulateur);
|
||||||
|
|
||||||
public RobotContainer() {
|
public RobotContainer() {
|
||||||
|
|
||||||
dashboard.addCamera("limelight", "limelight","limelight.local:5800")
|
dashboard.addCamera("limelight", "limelight","limelight.local:5800")
|
||||||
.withSize(3,4)
|
.withSize(3,4)
|
||||||
.withPosition(7,0);
|
.withPosition(7,0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user