This commit is contained in:
parent
5bc17643ec
commit
e17e0129ca
@ -29,7 +29,7 @@ public class Lancer extends Command {
|
|||||||
accumulateur.Petitlanceur(0.9);
|
accumulateur.Petitlanceur(0.9);
|
||||||
accumulateur.desaccumule(0.2);
|
accumulateur.desaccumule(0.2);
|
||||||
lanceur.masterslave();
|
lanceur.masterslave();
|
||||||
accumulateur.rouesbleue(0.7);
|
accumulateur.rouesbleue(0.5);
|
||||||
}
|
}
|
||||||
// Called once the command ends or is interrupted.
|
// Called once the command ends or is interrupted.
|
||||||
@Override
|
@Override
|
||||||
|
@ -37,7 +37,7 @@ public class Lanceur extends SubsystemBase {
|
|||||||
final DigitalInput limitswitch1 = new DigitalInput(4);
|
final DigitalInput limitswitch1 = new DigitalInput(4);
|
||||||
final DigitalInput limitswitch2 = new DigitalInput(3);
|
final DigitalInput limitswitch2 = new DigitalInput(3);
|
||||||
private GenericEntry vitesse =
|
private GenericEntry vitesse =
|
||||||
dashboard.add("vitesselanceur", 0.2)
|
dashboard.add("vitesselanceur", 0.5)
|
||||||
.withSize(0,0)
|
.withSize(0,0)
|
||||||
.withPosition(0, 2)
|
.withPosition(0, 2)
|
||||||
.getEntry();
|
.getEntry();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user