Package eas.simulation.spatial.sim2D.standardAgents.jasmine.genericActuators

Examples of eas.simulation.spatial.sim2D.standardAgents.jasmine.genericActuators.ActuatorSTOP


       
        this.rand = random;

        // ACTUATORS.
        this.addActuator(new ActuatorIDLE());
        this.addActuator(new ActuatorSTOP());
        this.addActuator(new ActuatorMOVE(unfallWinkel));
        this.addActuator(new ActuatorTURNLEFT(unfallWinkel));
        this.addActuator(new ActuatorTURNRIGHT(unfallWinkel));

        // SENSORS.
View Full Code Here

TOP

Related Classes of eas.simulation.spatial.sim2D.standardAgents.jasmine.genericActuators.ActuatorSTOP

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.