com.yobotics.simulationconstructionset.processedSensors
Interface ProcessedIMUSensorsReadOnlyInterface
- All Known Implementing Classes:
- ProcessedSensorsReadWrite
public interface ProcessedIMUSensorsReadOnlyInterface
getAcceleration
FrameVector getAcceleration(int imuIndex)
getYaw
double getYaw(int imuIndex)
getPitch
double getPitch(int imuIndex)
getRoll
double getRoll(int imuIndex)
getQuaternion
javax.vecmath.Quat4d getQuaternion(int imuIndex)
getAngularVelocity
FrameVector getAngularVelocity(int imuIndex)
getAngularAcceleration
FrameVector getAngularAcceleration(int imuIndex)