java.lang.Objectjrobots.utils.SonarTrace
public class SonarTrace
Data structure as produced by the echolocation device.
The given location is not exact. A measure for precision is included.
location,
timestamp,
standardDeviation,
Serialized Form| Field Summary | |
|---|---|
static double |
LIFE_SPAN
Duration that a sonar trace stays visible. |
Vector |
location
position estimate of sonar finding [m]. |
double |
standardDeviation
precision estimate for this sonar finding [m]. |
double |
timestamp
time of sonar finding [s]. |
| Constructor Summary | |
|---|---|
SonarTrace(double timestamp,
Vector location,
double standardDeviation)
Creates sonar trace data. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double LIFE_SPAN
public final Vector location
public final double standardDeviation
public final double timestamp
| Constructor Detail |
|---|
public SonarTrace(double timestamp,
Vector location,
double standardDeviation)
timestamp - location - standardDeviation -