edu.nps.moves.deadreckoning
Class DIS_DR_FPW_02

java.lang.Object
  extended by edu.nps.moves.deadreckoning.DIS_DeadReckoning
      extended by edu.nps.moves.deadreckoning.DIS_DR_FPW_02
All Implemented Interfaces:
java.lang.Runnable

public class DIS_DR_FPW_02
extends DIS_DeadReckoning

(PRIMARY Methods group) Fixed, Rate of Positon, World || Constant Linear motion

Author:
Sheldon L. Snyder

Field Summary
 
Fields inherited from class edu.nps.moves.deadreckoning.DIS_DeadReckoning
aThread, changeDelta, deltaCt, entityAngularVelocity_X, entityAngularVelocity_Y, entityAngularVelocity_Z, entityLinearAcceleration_X, entityLinearAcceleration_Y, entityLinearAcceleration_Z, entityLinearVelocity_X, entityLinearVelocity_Y, entityLinearVelocity_Z, entityLocation_X, entityLocation_Y, entityLocation_Z, entityOrientation_phi, entityOrientation_psi, entityOrientation_theta, fps, stall
 
Constructor Summary
DIS_DR_FPW_02()
           
 
Method Summary
 void run()
          The driver for a DIS_DR_FPW_02 DR algorithm from the Runnable interface
 
Methods inherited from class edu.nps.moves.deadreckoning.DIS_DeadReckoning
getUpdatedPositionOrientation, setFPS, setNewAll, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DIS_DR_FPW_02

public DIS_DR_FPW_02()
Method Detail

run

public void run()
The driver for a DIS_DR_FPW_02 DR algorithm from the Runnable interface

Updates the position of this entity

P_new = P_original + LinVel * delta * t

called by thread.start() in the super class

Velocity is the speed that a entity is moving...linear constant speed