uwcse.location.objects.versus
Class VersusSensor
java.lang.Object
|
+--uwcse.location.objects.PhysicalObject
|
+--uwcse.location.objects.FixedSensorObject
|
+--uwcse.location.objects.versus.VersusSensor
- All Implemented Interfaces:
- LocationSensor
- Direct Known Subclasses:
- HoodedVersusSensor, OpenVersusSensor
- public abstract class VersusSensor
- extends FixedSensorObject
Models a VersusTech infrared sensor object. The negative z-axis is the
center vector of the infrared receiver diodes, that is, the sensors are
typically mounted with the z-axis pointed up toward the ceiling.
- Version:
- $Revision: 1.6 $
- Author:
- Jeffrey Hightower
|
Constructor Summary |
VersusSensor()
Create a new anonymous Versus sensor. |
VersusSensor(String sensorName)
Create a new Versus sensor object with the given name. |
|
Method Summary |
double |
likelihood(Measurement@ProximityMeasurement proxMeas,
LocationReport sensorLocation,
State objectState)
Determine the probabilistic likelihood [0..1] that this Versus sensor
generated this proximity measurement about the object, given the location
of this sensor and the State that object. |
NAME_PREFIX
public static final String NAME_PREFIX
sensingAxis
protected static final Vector3d sensingAxis
VersusSensor
public VersusSensor()
- Create a new anonymous Versus sensor.
VersusSensor
public VersusSensor(String sensorName)
- Create a new Versus sensor object with the given name.
likelihood
public double likelihood(Measurement@ProximityMeasurement proxMeas,
LocationReport sensorLocation,
State objectState)
- Determine the probabilistic likelihood [0..1] that this Versus sensor
generated this proximity measurement about the object, given the location
of this sensor and the State that object.
- Overrides:
likelihood in class FixedSensorObject
This documentation is for the Location Stack v0.8. The latest distribution, the documentation, and the list of contributors to the Location Stack can always be found at http://portolano.cs.washington.edu/projects/location/
© Copyright 2004 University of Washington CSE