Compare commits
No commits in common. "a0dc53800fde891d45bd55416cdb6b022b8fcb24" and "cdb294760030c59a1ac6611feda2ad810dea7d9f" have entirely different histories.
a0dc53800f
...
cdb2947600
@ -27,18 +27,6 @@
|
|||||||
"waitTime": 2.0
|
"waitTime": 2.0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "named",
|
|
||||||
"data": {
|
|
||||||
"name": "lancer"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "wait",
|
|
||||||
"data": {
|
|
||||||
"waitTime": 1.0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "named",
|
"type": "named",
|
||||||
"data": {
|
"data": {
|
||||||
@ -64,18 +52,6 @@
|
|||||||
"waitTime": 2.0
|
"waitTime": 2.0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "named",
|
|
||||||
"data": {
|
|
||||||
"name": "lancer"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "wait",
|
|
||||||
"data": {
|
|
||||||
"waitTime": 1.0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "named",
|
"type": "named",
|
||||||
"data": {
|
"data": {
|
||||||
|
@ -32,7 +32,6 @@ public class RobotContainer {
|
|||||||
CommandXboxController manette = new CommandXboxController(0);
|
CommandXboxController manette = new CommandXboxController(0);
|
||||||
public RobotContainer() {
|
public RobotContainer() {
|
||||||
NamedCommands.registerCommand("lancer", new Lancer(lanceur, accumulateur));
|
NamedCommands.registerCommand("lancer", new Lancer(lanceur, accumulateur));
|
||||||
NamedCommands.registerCommand("Desaccumuler", new Desaccumuler(accumulateur));
|
|
||||||
autoChooser = AutoBuilder.buildAutoChooser();
|
autoChooser = AutoBuilder.buildAutoChooser();
|
||||||
dashboard.addCamera("limelight3G", "limelight3G","limelight.local:5800")
|
dashboard.addCamera("limelight3G", "limelight3G","limelight.local:5800")
|
||||||
.withSize(3,4)
|
.withSize(3,4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user