|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--uwcse.location.core.Tracker
|
+--uwcse.location.core.MobileTracker
A abstract class containing functionality to track a mobile physical object or mobile set of grouped physical objects.
| Field Summary | |
protected MotionModel |
m_motionModel
|
| Fields inherited from class uwcse.location.core.Tracker |
m_elapsedTime, m_lastMeasurement, m_lastUpdateTime, m_trueStateMeasurement, m_worldMap |
| Constructor Summary | |
MobileTracker(MobileTracker tracker)
Create a mobile object tracker as a copy of this one. |
|
MobileTracker(WorldMap map,
MotionModel motion)
Create an mobile object tracker. |
|
| Method Summary | |
MotionModel |
getMotionModel()
Get the motion model of this particle filter tracker. |
void |
setMotionModel(MotionModel motion)
Set the motion model of this particle filter tracker. |
String |
toString()
Return a string representation of this mobile tracker. |
| Methods inherited from class uwcse.location.core.Tracker |
createLocationReport, getLastMeasurement, getRMSError, getTimestamp, getTrueStateMeasurement, getWorldMap, initLocation, merge, setTrueStateMeasurement, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected MotionModel m_motionModel
| Constructor Detail |
public MobileTracker(WorldMap map,
MotionModel motion)
public MobileTracker(MobileTracker tracker)
| Method Detail |
public String toString()
toString in class Objectpublic MotionModel getMotionModel()
public void setMotionModel(MotionModel motion)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||