grimpeur manuel
This commit is contained in:
parent
cfc6ba9479
commit
476df088ea
@ -19,9 +19,9 @@ public class RobotContainer {
|
||||
Grimpeur grimpeur = new Grimpeur();
|
||||
Bougie bougie = new Bougie();
|
||||
public RobotContainer() {
|
||||
grimpeur.setDefaultCommand(RunCommand(
|
||||
grimpeur.setDefaultCommand(new RunCommand(()->{
|
||||
grimpeur.grimpe(manette1.getLeftY())
|
||||
,grimpeur));
|
||||
}));
|
||||
configureBindings();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user