com.yobotics.simulationconstructionset.simulatedSensors
Class PerfectSimulatedIMURawSensorReader

java.lang.Object
  extended by com.yobotics.simulationconstructionset.simulatedSensors.SimulatedIMURawSensorReader
      extended by com.yobotics.simulationconstructionset.simulatedSensors.PerfectSimulatedIMURawSensorReader
All Implemented Interfaces:
RawSensorReader, RobotControlElement, java.io.Serializable

public class PerfectSimulatedIMURawSensorReader
extends SimulatedIMURawSensorReader

See Also:
Serialized Form

Constructor Summary
PerfectSimulatedIMURawSensorReader(RawIMUSensorsInterface rawSensors, int imuIndex, us.ihmc.utilities.screwTheory.RigidBody rigidBody, us.ihmc.utilities.math.geometry.ReferenceFrame imuFrame, us.ihmc.utilities.screwTheory.RigidBody rootBody, us.ihmc.utilities.screwTheory.SpatialAccelerationVector rootAcceleration)
           
 
Method Summary
 
Methods inherited from class com.yobotics.simulationconstructionset.simulatedSensors.SimulatedIMURawSensorReader
getDescription, getName, getYoVariableRegistry, initialize, read
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerfectSimulatedIMURawSensorReader

public PerfectSimulatedIMURawSensorReader(RawIMUSensorsInterface rawSensors,
                                          int imuIndex,
                                          us.ihmc.utilities.screwTheory.RigidBody rigidBody,
                                          us.ihmc.utilities.math.geometry.ReferenceFrame imuFrame,
                                          us.ihmc.utilities.screwTheory.RigidBody rootBody,
                                          us.ihmc.utilities.screwTheory.SpatialAccelerationVector rootAcceleration)