Autoformatted
This commit is contained in:
parent
a9b18bc58a
commit
b1f2c54ad2
@ -6,7 +6,9 @@ public class RoutineRaiseArmFire extends CommandGroup {
|
|||||||
public RoutineRaiseArmFire() {
|
public RoutineRaiseArmFire() {
|
||||||
addSequential(new AutoSetArmPosition(90));
|
addSequential(new AutoSetArmPosition(90));
|
||||||
//Raise the arm a little before spinning rollers
|
//Raise the arm a little before spinning rollers
|
||||||
try{ wait(2); }catch(Exception e){ }
|
try {
|
||||||
|
wait(2);
|
||||||
|
} catch (Exception e) { }
|
||||||
addParallel(new AutoSpinRollers(0.5, 5));
|
addParallel(new AutoSpinRollers(0.5, 5));
|
||||||
addSequential(new AutoSetShooterState(true));
|
addSequential(new AutoSetShooterState(true));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user