mode auto
This commit is contained in:
parent
bfe69cdb13
commit
6db27fce9c
@ -38,7 +38,7 @@ public class Avancer extends CommandBase {
|
||||
// Called every time the scheduler runs while the command is scheduled.
|
||||
@Override
|
||||
public void execute() {
|
||||
drive.drive(0.5, -0.2, 0);
|
||||
drive.drive(0.5, 0.2, 0);
|
||||
}
|
||||
|
||||
// Called once the command ends or is interrupted.
|
||||
|
@ -24,7 +24,7 @@ public class LanceurAuto extends CommandBase {
|
||||
// Called every time the scheduler runs while the command is scheduled.
|
||||
@Override
|
||||
public void execute() {
|
||||
lanceur.lancer(0.6);
|
||||
lanceur.lancer(0.75);
|
||||
}
|
||||
|
||||
// Called once the command ends or is interrupted.
|
||||
|
@ -21,7 +21,7 @@ public class Accumulateur extends SubsystemBase {
|
||||
moteuracc.set(0.5);
|
||||
}
|
||||
public void reaccumuler(){
|
||||
moteuracc.set(-0.5);
|
||||
moteuracc.set(-0.7);
|
||||
}
|
||||
public double tourneavant(){
|
||||
return(moteuracc.getSelectedSensorPosition());
|
||||
|
Loading…
x
Reference in New Issue
Block a user