desaccumuler mode auto
This commit is contained in:
parent
cdb2947600
commit
99c50dc4fc
@ -27,6 +27,12 @@
|
||||
"waitTime": 2.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "named",
|
||||
"data": {
|
||||
"name": "lancer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "named",
|
||||
"data": {
|
||||
|
@ -32,6 +32,7 @@ public class RobotContainer {
|
||||
CommandXboxController manette = new CommandXboxController(0);
|
||||
public RobotContainer() {
|
||||
NamedCommands.registerCommand("lancer", new Lancer(lanceur, accumulateur));
|
||||
NamedCommands.registerCommand("Desaccumuler", new Desaccumuler(accumulateur));
|
||||
autoChooser = AutoBuilder.buildAutoChooser();
|
||||
dashboard.addCamera("limelight3G", "limelight3G","limelight.local:5800")
|
||||
.withSize(3,4)
|
||||
|
Loading…
x
Reference in New Issue
Block a user