|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools |
Rating:
|
Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: pic: This is the change Frank was talking about.
To be honest, I only used dominos because it was the closest pizza box shape I didn't have to overly distort to look good.
![]() |
|
#2
|
||||
|
||||
|
Re: pic: This is the change Frank was talking about.
I like the pineapple change. It's my team's programming team's favorite type of pizza.
|
|
#3
|
||||
|
||||
|
Re: pic: This is the change Frank was talking about.
We've started on this years code and we wanted to publish it to ensure we can use it on this years robot:
Code:
public class PizzaThrower extends Subsystem {
public void throwPizza(Pizza pizza) {
if (!pizza.toppings.contains(PizzaTopping.PINEAPPLE)) {
// WE NEED THE PINEAPPLE
addPineapple();
}
smsFrank();
startRippleGenerator(); // to scare the fish
startShooterWheels();
enableOven(); // to ensure the pizza is fully cooked
fastBakePizza();
throwPizza();
turnOffOven();
shoot();
stopShooterWheels();
stopRippleGenerator();
flyToElevation(1); // meters
swim(2); // meters
}
}
![]() Last edited by baumgartensam : 23-12-2014 at 13:17. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|