w
This commit is contained in:
parent
1ef2671fcf
commit
6b76ad9d8a
@ -54,9 +54,6 @@ public class RobotContainer {
|
||||
Limelight limelight = new Limelight();
|
||||
CommandJoystick joystick = new CommandJoystick(0);
|
||||
CommandXboxController manette = new CommandXboxController(1);
|
||||
/*private final Relay blue = new Relay(0);
|
||||
private final Relay rouge = new Relay(1);
|
||||
private final Relay vert = new Relay(2);*/
|
||||
//command
|
||||
PistonFerme pistonFerme = new PistonFerme(grimpeur);
|
||||
Balayer balayer = new Balayer(balayeuse, accumulateur);
|
||||
|
@ -40,6 +40,6 @@ public class GuiderBas extends Command {
|
||||
// Returns true when the command should end.
|
||||
@Override
|
||||
public boolean isFinished() {
|
||||
return false;
|
||||
return guideur.bas()==true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user