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

Examples of eas.simulation.spatial.sim2D.standardAgents.jasmine.genericSensors.Sensor1


        this.addActuator(new ActuatorMOVE(unfallWinkel));
        this.addActuator(new ActuatorTURNLEFT(unfallWinkel));
        this.addActuator(new ActuatorTURNRIGHT(unfallWinkel));

        // SENSORS.
        this.addSensor(new Sensor1(lightSensors));
        this.addSensor(new Sensor2(lightSensors));
        this.addSensor(new Sensor3(lightSensors));
        this.addSensor(new Sensor4(lightSensors));
        this.addSensor(new Sensor5(lightSensors));
        this.addSensor(new Sensor6(lightSensors));
View Full Code Here

TOP

Related Classes of eas.simulation.spatial.sim2D.standardAgents.jasmine.genericSensors.Sensor1

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.