31323334353637383940
public CarusoRobot() { super(); Machine machine = new Machine(); Controller controller = new SimpleFRCController(); AbstractRobot robot = new SimpleFRCBotPhysical(); this.caruso = new Caruso(controller, machine, robot); }