Package com.test.simplecarusorobot

Examples of com.test.simplecarusorobot.SimpleFRCBotPhysical


    public CarusoRobot() {
        super();

        Machine machine = new Machine();
        Controller controller = new SimpleFRCController();
        AbstractRobot robot = new SimpleFRCBotPhysical();

        this.caruso = new Caruso(controller, machine, robot);
    }
View Full Code Here

TOP

Related Classes of com.test.simplecarusorobot.SimpleFRCBotPhysical

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.