Compare commits

..

No commits in common. "a0dc53800fde891d45bd55416cdb6b022b8fcb24" and "cdb294760030c59a1ac6611feda2ad810dea7d9f" have entirely different histories.

2 changed files with 0 additions and 25 deletions

View File

@ -27,18 +27,6 @@
"waitTime": 2.0
}
},
{
"type": "named",
"data": {
"name": "lancer"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.0
}
},
{
"type": "named",
"data": {
@ -64,18 +52,6 @@
"waitTime": 2.0
}
},
{
"type": "named",
"data": {
"name": "lancer"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.0
}
},
{
"type": "named",
"data": {

View File

@ -32,7 +32,6 @@ 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)