Uses of Class
simbad.sim.SensorDevice

Packages that use SensorDevice
simbad.sim   
 

Uses of SensorDevice in simbad.sim
 

Subclasses of SensorDevice in simbad.sim
 class CameraSensor
          This class represents a CameraSensor.
 class Eye
           
 class LightSensor
          This class models a single light sensor.
 class PickSensor
          Base class for all sensors using picking.
 class RangeSensorBelt
          This class models a circular belt of range sensors : Sonar , Bumpers (future : Laser, Ir).
 

Methods in simbad.sim that return SensorDevice
 SensorDevice SimpleAgent.getSensorDevice(int num)
          Returns the sensor device designated by num.
 

Methods in simbad.sim with parameters of type SensorDevice
protected  int SimpleAgent.addSensorDevice(SensorDevice sd, javax.vecmath.Vector3d position, double angle)
          Adds a sensor device to the agent.