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

public class PerfectSimulatedIMURawSensorReader
extends SimulatedIMURawSensorReader


Constructor Summary
PerfectSimulatedIMURawSensorReader(RawIMUSensorsInterface rawSensors, int imuIndex, RigidBody rigidBody, ReferenceFrame imuFrame, RigidBody rootBody, 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,
                                          RigidBody rigidBody,
                                          ReferenceFrame imuFrame,
                                          RigidBody rootBody,
                                          SpatialAccelerationVector rootAcceleration)